diff --git a/CHANGELOG.md b/CHANGELOG.md index 725beba0..8c508ad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Unreleased changes are in the `master` branch. ## [Unreleased] +## [0.1.62] - 2024-03-05 + ### Added - Parsing version 2 of `CIP68` metadata diff --git a/openapi.json b/openapi.json index 6c1ff860..abb20795 100644 --- a/openapi.json +++ b/openapi.json @@ -1,7 +1,7 @@ { "openapi": "3.0.0", "info": { - "version": "0.1.61", + "version": "0.1.62", "title": "Blockfrost.io ~ API Documentation", "x-logo": { "url": "https://staging.blockfrost.io/images/logo.svg", diff --git a/openapi.yaml b/openapi.yaml index fcb60330..6f0678c3 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: 0.1.61 + version: 0.1.62 title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg diff --git a/package.json b/package.json index 77ad7ebd..746902f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockfrost/openapi", - "version": "0.1.61", + "version": "0.1.62", "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 80d52fc5..dfa56ee6 100644 --- a/src/definitions.yaml +++ b/src/definitions.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "0.1.61" + version: "0.1.62" title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg