Skip to content

Commit

Permalink
Merge pull request #280 from blockfrost/chore/release-0.1.53
Browse files Browse the repository at this point in the history
chore: release 0.1.53
  • Loading branch information
1000101 authored Feb 2, 2023
2 parents 8cb8f65 + 51a5bd4 commit 751388b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ Unreleased changes are in the `master` branch.

## [Unreleased]

## [0.1.53] - 2023-02-02

### Added

- `/mempool/addresses/{address}` endpoint

### Fixed

- `/mempool/{hash}` field `inline_datum` in transaction output now returns CBOR

## Fixed

- `/utils/txs/evaluate` example and Ogmios API Reference URL
- CIP25v2 validation (`getOnchainMetadata`)

Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: 0.1.52
version: 0.1.53
title: Blockfrost.io ~ API Documentation
x-logo:
url: https://staging.blockfrost.io/images/logo.svg
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockfrost/openapi",
"version": "0.1.52",
"version": "0.1.53",
"description": "OpenAPI specifications for blockfrost.io",
"repository": "[email protected]:blockfrost/openapi.git",
"author": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/definitions.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "0.1.52"
version: "0.1.53"
title: Blockfrost.io ~ API Documentation
x-logo:
url: https://staging.blockfrost.io/images/logo.svg
Expand Down

0 comments on commit 751388b

Please sign in to comment.