Skip to content

Commit

Permalink
Merge pull request #51 from blockfrost/v0.1.12
Browse files Browse the repository at this point in the history
release: 0.1.11 -> 0.1.12
  • Loading branch information
vladimirvolek authored Apr 29, 2021
2 parents bcf7cf0 + 391adf6 commit 99641f8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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.12] - 2021-04-29

### Added

- slightly improved README

### Fixed

Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# openapi
# Blockfrost.io OpenAPI
OpenAPI specification for Blockfrost.io service

## Current version
Active version can be found in `released` branch and also in [GitHub releases](https://github.com/blockfrost/openapi/releases).

Development version is in `master` branch and is being merged into `released` upon each release.

## Development

Feel free to open PR against the `master` branch.

## Documentation
Up-to-date documentation can be found [here](https://docs.blockfrost.io/).
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.11",
"version": "0.1.12",
"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.11"
version: "0.1.12"
title: Blockfrost.io ~ API Documentation
x-logo:
url: https://staging.blockfrost.io/images/logo.svg
Expand Down

0 comments on commit 99641f8

Please sign in to comment.