diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe074e7..9692939a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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. -## [] - Unreleased +## [0.1.30] - 2021-10-14 ### Added @@ -21,7 +21,7 @@ and this project will adhere to [Semantic Versioning](https://semver.org/spec/v2 ### Changed -* `/epochs/{number}/parameters` - `collateral_percent` type from `number` to `integer` +- `/epochs/{number}/parameters` - `collateral_percent` type from `number` to `integer` ### Fixed @@ -61,6 +61,7 @@ and this project will adhere to [Semantic Versioning](https://semver.org/spec/v2 ### Added - Alonzo support related additions + - `/scripts` endpoint for listing all scripts - `/scripts/{hash}` endpoint for script details - `/scripts/{hash}/redeemers` endpoint for listing reedemers of a script diff --git a/package.json b/package.json index 9028f876..0c0a784e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockfrost/openapi", - "version": "0.1.29", + "version": "0.1.30", "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 7ff4cc15..2b8fe461 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "0.1.29" + version: "0.1.30" title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg