diff --git a/CHANGELOG.md b/CHANGELOG.md index a87e3df8..9ab8d3b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project will adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) once it reaches maturity in v1. -## [0.1.x] - 2022-xx-xx +## [] - YYYY-MM-DD + +## [0.1.41] - 2022-07-27 + +### Changed + +- Refactored `anyOf` to `anyVlaue` ### Fixed diff --git a/openapi.yaml b/openapi.yaml index b25c83b3..b441c785 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: 0.1.40 + version: 0.1.41 title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg diff --git a/package.json b/package.json index be31a5b3..b253921f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockfrost/openapi", - "version": "0.1.40", + "version": "0.1.41", "description": "OpenAPI specifications for blockfrost.io", "repository": "git@github.com:blockfrost/openapi.git", "author": "admin@blockfrost.io", diff --git a/src/openapi.yaml b/src/openapi.yaml index 5f3fa134..331ee024 100644 --- a/src/openapi.yaml +++ b/src/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "0.1.40" + version: "0.1.41" title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg