Skip to content

Commit

Permalink
Merge pull request #135 from blockfrost/v0.1.28
Browse files Browse the repository at this point in the history
release: 0.1.27 -> 0.1.28
  • Loading branch information
1000101 authored Sep 29, 2021
2 parents e8d1cc4 + 86827a7 commit fa79bd6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project will adhere to [Semantic Versioning](https://semver.org/spec/v2

### Added

### Changed

### Fixed

## [0.1.28] - 2021-09-29

### Added

- `output_index` to each `output` item for `/txs/{hash}/utxos` endpoint

### Changed
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.27",
"version": "0.1.28",
"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 swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "0.1.27"
version: "0.1.28"
title: Blockfrost.io ~ API Documentation
x-logo:
url: https://staging.blockfrost.io/images/logo.svg
Expand Down

0 comments on commit fa79bd6

Please sign in to comment.