diff --git a/CHANGELOG.md b/CHANGELOG.md index 405a609f..41348bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.26] - 2021-08-12 + +### Fixed + +- multiple descriptions and examples, mainly related to time/date + ## [0.1.25] - 2021-07-27 ### Added diff --git a/package.json b/package.json index 32db57ab..e046a942 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockfrost/openapi", - "version": "0.1.25", + "version": "0.1.26", "description": "OpenAPI specifications for blockfrost.io", "repository": "git@github.com:blockfrost/openapi.git", "author": "admin@blockfrost.io", diff --git a/swagger.yaml b/swagger.yaml index 549ac643..bf1b9c6b 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "0.1.25" + version: "0.1.26" title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg