Skip to content

Commit

Permalink
Merge pull request #226 from blockfrost/mmahut/0.1.42
Browse files Browse the repository at this point in the history
release: 0.1.41 -> 0.1.42
  • Loading branch information
1000101 authored Aug 25, 2022
2 parents 6c25346 + e0993df commit a025b0a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ and this project will adhere to [Semantic Versioning](https://semver.org/spec/v2

## [] - YYYY-MM-DD

## [0.1.42] - 2022-08-25

### Added

- HTTP `425` - `Pin Queue Full` to `Errors` for limiting queue in `ipfs/pin/add/{IPFS_path}` endpoint
- New networks preview and preprod

### Fixed

- Typos and examples

## [0.1.41] - 2022-07-27

Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: 0.1.41
version: 0.1.42
title: Blockfrost.io ~ API Documentation
x-logo:
url: https://staging.blockfrost.io/images/logo.svg
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockfrost/openapi",
"version": "0.1.41",
"version": "0.1.42",
"description": "OpenAPI specifications for blockfrost.io",
"repository": "git@github.com:blockfrost/openapi.git",
"author": "admin@blockfrost.io",
Expand Down
2 changes: 1 addition & 1 deletion src/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "0.1.41"
version: "0.1.42"
title: Blockfrost.io ~ API Documentation
x-logo:
url: https://staging.blockfrost.io/images/logo.svg
Expand Down

0 comments on commit a025b0a

Please sign in to comment.