diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f16cdbe..428e4f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Unreleased changes are in the `master` branch. ## [Unreleased] +## [0.1.60] - 2023-10-05 + ### Fixed - HTML table is SDKs diff --git a/openapi.json b/openapi.json index acd4f1ee..0ba51a25 100644 --- a/openapi.json +++ b/openapi.json @@ -1,7 +1,7 @@ { "openapi": "3.0.0", "info": { - "version": "0.1.59", + "version": "0.1.60", "title": "Blockfrost.io ~ API Documentation", "x-logo": { "url": "https://staging.blockfrost.io/images/logo.svg", diff --git a/openapi.yaml b/openapi.yaml index 4d1d2669..805ce4d8 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: 0.1.59 + version: 0.1.60 title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg diff --git a/package.json b/package.json index 02054048..59b4a3d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockfrost/openapi", - "version": "0.1.60-beta.21", + "version": "0.1.60", "description": "OpenAPI specifications for blockfrost.io", "repository": "git@github.com:blockfrost/openapi.git", "author": "admin@blockfrost.io", diff --git a/src/definitions.yaml b/src/definitions.yaml index d696acee..4aea5da0 100644 --- a/src/definitions.yaml +++ b/src/definitions.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "0.1.59" + version: "0.1.60" title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg