From fd5f18ac5f9ac4a9b071745c828684342b67d66f Mon Sep 17 00:00:00 2001 From: 1000101 Date: Thu, 9 Dec 2021 23:18:03 +0100 Subject: [PATCH] release: 0.1.34 -> 0.1.35 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- swagger.yaml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 983363b9..22721b33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,18 @@ 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.35] - 2021-12-10 + +### Added + +- `/blocks/{hash_or_number}/addresses` + ## [0.1.34] - 2021-12-07 ### Added + - `/pools/extended` endpoint - `/utils/addresses/xpub/{xpub}/{role}/{index}` endpoint diff --git a/package.json b/package.json index 61ffb4c3..836a0fa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockfrost/openapi", - "version": "0.1.34", + "version": "0.1.35", "description": "OpenAPI specifications for blockfrost.io", "repository": "git@github.com:blockfrost/openapi.git", "author": "admin@blockfrost.io", diff --git a/swagger.yaml b/swagger.yaml index 00f31fb3..9afb172f 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "0.1.34" + version: "0.1.35" title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg