diff --git a/CHANGELOG.md b/CHANGELOG.md index d24417c..cd5e278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,12 @@ Unreleased changes are in the `master` branch. ## [Unreleased] +## [0.1.68] - 2024-10-10 + ### Added - new UI for the API Reference -- Parsing version 3 of `CIP68` metadata +- parsing version 3 of `CIP68` metadata ### Changed diff --git a/blockfrost-openapi.yaml b/blockfrost-openapi.yaml index 14c2198..1e0a713 100644 --- a/blockfrost-openapi.yaml +++ b/blockfrost-openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: 0.1.67 + version: 0.1.68 title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg diff --git a/docs/blockfrost-openapi.yaml b/docs/blockfrost-openapi.yaml index ca2079a..1dda2c1 100644 --- a/docs/blockfrost-openapi.yaml +++ b/docs/blockfrost-openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 0.1.67 + version: 0.1.68 title: Blockfrost.io ~ API Documentation x-logo: url: 'https://staging.blockfrost.io/images/logo.svg' diff --git a/openapi.yaml b/openapi.yaml index ca2079a..1dda2c1 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 0.1.67 + version: 0.1.68 title: Blockfrost.io ~ API Documentation x-logo: url: 'https://staging.blockfrost.io/images/logo.svg' diff --git a/package.json b/package.json index 621a9d7..d7e112f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockfrost/openapi", - "version": "0.1.67", + "version": "0.1.68", "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 dab4dca..60cd485 100644 --- a/src/definitions.yaml +++ b/src/definitions.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "0.1.67" + version: "0.1.68" title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg