From 67787861abee1a2d9cdd3ba05e935a98fa19e105 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 18 Sep 2025 15:10:45 +0200 Subject: [PATCH] chore: release 0.1.80 --- CHANGELOG.md | 2 ++ blockfrost-openapi.yaml | 2 +- docs/blockfrost-openapi.yaml | 2 +- openapi.json | 2 +- openapi.yaml | 2 +- package.json | 2 +- src/definitions.yaml | 2 +- 7 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2344ffe8..badecf2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Unreleased changes are in the `master` branch. ## [Unreleased] +## [0.1.80] - 2025-09-18 + ### Added - Support for Governance Action Identifier (CIP-129) diff --git a/blockfrost-openapi.yaml b/blockfrost-openapi.yaml index 2c5d1717..2eee35aa 100644 --- a/blockfrost-openapi.yaml +++ b/blockfrost-openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: 0.1.79 + version: 0.1.80 title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg diff --git a/docs/blockfrost-openapi.yaml b/docs/blockfrost-openapi.yaml index 88314c59..f6a539db 100644 --- a/docs/blockfrost-openapi.yaml +++ b/docs/blockfrost-openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 0.1.79 + version: 0.1.80 title: Blockfrost.io ~ API Documentation x-logo: url: 'https://staging.blockfrost.io/images/logo.svg' diff --git a/openapi.json b/openapi.json index 46494068..5282ec1e 100644 --- a/openapi.json +++ b/openapi.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "0.1.79", + "version": "0.1.80", "title": "Blockfrost.io ~ API Documentation", "x-logo": { "url": "https://staging.blockfrost.io/images/logo.svg", diff --git a/openapi.yaml b/openapi.yaml index 88314c59..f6a539db 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 0.1.79 + version: 0.1.80 title: Blockfrost.io ~ API Documentation x-logo: url: 'https://staging.blockfrost.io/images/logo.svg' diff --git a/package.json b/package.json index 49f3a0ce..93746709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockfrost/openapi", - "version": "0.1.79", + "version": "0.1.80", "description": "OpenAPI specifications for blockfrost.io", "repository": "git@github.com:blockfrost/openapi.git", "author": "admin@blockfrost.io", diff --git a/src/definitions.yaml b/src/definitions.yaml index ea5b15f0..f18fd812 100644 --- a/src/definitions.yaml +++ b/src/definitions.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: 0.1.79 + version: 0.1.80 title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg