Skip to content

Commit

Permalink
release: 0.1.33 -> 0.1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
1000101 committed Dec 7, 2021
1 parent 51c1922 commit ddde160
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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.34] - 2021-12-07

### Added
- `/pools/extended` endpoint
- `/utils/addresses/xpub/{xpub}/{role}/{index}` endpoint
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.33",
"version": "0.1.34",
"description": "OpenAPI specifications for blockfrost.io",
"repository": "[email protected]:blockfrost/openapi.git",
"author": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "0.1.33"
version: "0.1.34"
title: Blockfrost.io ~ API Documentation
x-logo:
url: https://staging.blockfrost.io/images/logo.svg
Expand Down

0 comments on commit ddde160

Please sign in to comment.