Skip to content

Commit

Permalink
Merge pull request #58 from blockfrost/v0.1.15
Browse files Browse the repository at this point in the history
release: 0.1.14 -> 0.1.15
  • Loading branch information
vladimirvolek authored May 19, 2021
2 parents 3438e91 + 5ac2106 commit 1394715
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.15] - 2021-05-19

### Fixed

- `registration` and `retirement` arrays in `/pools/{pool_id}/` endpoint doesn't need to be `Nullable`


## [0.1.14] - 2021-05-19

### Fixed
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.14",
"version": "0.1.15",
"description": "OpenAPI specifications for blockfrost.io",
"repository": "git@github.com:blockfrost/openapi.git",
"author": "admin@blockfrost.io",
Expand Down
4 changes: 1 addition & 3 deletions swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "0.1.14"
version: "0.1.15"
title: Blockfrost.io ~ API Documentation
x-logo:
url: https://staging.blockfrost.io/images/logo.svg
Expand Down Expand Up @@ -4645,7 +4645,6 @@ components:
type: array
items:
type: string
nullable: true
example:
- "9f83e5484f543e05b52e99988272a31da373f3aab4c064c76db96643a355d9dc"
- "7ce3b8c433bf401a190d58c8c483d8e3564dfd29ae8633c8b1b3e6c814403e95"
Expand All @@ -4654,7 +4653,6 @@ components:
type: array
items:
type: string
nullable: true
example: "252f622976d39e646815db75a77289cf16df4ad2b287dd8e3a889ce14c13d1a8"
required:
- vrf_key
Expand Down

0 comments on commit 1394715

Please sign in to comment.