diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aa30cc1..626e4a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ Unreleased changes are in the `master` branch. ## [Unreleased] +## [0.1.71] - 2024-12-11 + +### Added + +- Filecoin support in IPFS endpoints + ## [0.1.70] - 2024-11-26 ### Added diff --git a/blockfrost-openapi.yaml b/blockfrost-openapi.yaml index 98568e07..b227160c 100644 --- a/blockfrost-openapi.yaml +++ b/blockfrost-openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: 0.1.70 + version: 0.1.71 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 322fa1bf..585847f9 100644 --- a/docs/blockfrost-openapi.yaml +++ b/docs/blockfrost-openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 0.1.70 + version: 0.1.71 title: Blockfrost.io ~ API Documentation x-logo: url: 'https://staging.blockfrost.io/images/logo.svg' diff --git a/openapi.json b/openapi.json index 779739a9..91bd1c8b 100644 --- a/openapi.json +++ b/openapi.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "0.1.70", + "version": "0.1.71", "title": "Blockfrost.io ~ API Documentation", "x-logo": { "url": "https://staging.blockfrost.io/images/logo.svg", diff --git a/openapi.yaml b/openapi.yaml index 322fa1bf..585847f9 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 0.1.70 + version: 0.1.71 title: Blockfrost.io ~ API Documentation x-logo: url: 'https://staging.blockfrost.io/images/logo.svg' diff --git a/package.json b/package.json index 20de045b..2707bda6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockfrost/openapi", - "version": "0.1.70", + "version": "0.1.71", "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 f80cac12..59d776f3 100644 --- a/src/definitions.yaml +++ b/src/definitions.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "0.1.70" + version: "0.1.71" title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg