From c4929b3ce14dfdc2a1eb104e337c7aeab93d059e Mon Sep 17 00:00:00 2001 From: sorki Date: Wed, 25 Sep 2024 14:40:30 +0200 Subject: [PATCH 1/2] api: Release 0.12.1.0 --- blockfrost-api/CHANGELOG.md | 4 ++-- blockfrost-api/blockfrost-api.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blockfrost-api/CHANGELOG.md b/blockfrost-api/CHANGELOG.md index c871b83..f7f5eac 100644 --- a/blockfrost-api/CHANGELOG.md +++ b/blockfrost-api/CHANGELOG.md @@ -1,6 +1,6 @@ -# Version [next](https://github.com/blockfrost/blockfrost-haskell/compare/api-0.12.0.0...master) (2024-MM-DD) +# Version [0.12.1.0](https://github.com/blockfrost/blockfrost-haskell/compare/api-0.12.0.0...api-0.12.1.0) (2024-09-25) -* Fix return type of `/txs/:hash/cbor` endpoint from `[TransactionCBOR]` to `TransactionCBOR.` +* Fix return type of `/txs/:hash/cbor` endpoint from `[TransactionCBOR]` to `TransactionCBOR`. # Version [0.12.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/api-0.11.0.0...api-0.12.0.0) (2024-09-19) diff --git a/blockfrost-api/blockfrost-api.cabal b/blockfrost-api/blockfrost-api.cabal index 8b14fd7..2c465df 100644 --- a/blockfrost-api/blockfrost-api.cabal +++ b/blockfrost-api/blockfrost-api.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: blockfrost-api -version: 0.12.0.0 +version: 0.12.1.0 synopsis: API definitions for blockfrost.io description: Core types and Servant API description homepage: https://github.com/blockfrost/blockfrost-haskell From f8cf9e865da665ddec9b9c07c4dfc1001f34fb6d Mon Sep 17 00:00:00 2001 From: sorki Date: Wed, 25 Sep 2024 14:41:07 +0200 Subject: [PATCH 2/2] client: Release 0.9.1.0 --- blockfrost-client/CHANGELOG.md | 4 ++-- blockfrost-client/blockfrost-client.cabal | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blockfrost-client/CHANGELOG.md b/blockfrost-client/CHANGELOG.md index c18cde7..c425382 100644 --- a/blockfrost-client/CHANGELOG.md +++ b/blockfrost-client/CHANGELOG.md @@ -1,6 +1,6 @@ -# Version [next](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.9.0.0...master) (2024-MM-DD) +# Version [0.9.1.0](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.9.0.0...client-0.9.1.0) (2024-09-25) -* Fix return type of `getTxCBOR` and `_getTxCBOR'` from `[TransactionCBOR]` to `TransactionCBOR`. +* Fix return type of `getTxCBOR` from `[TransactionCBOR]` to `TransactionCBOR`. # Version [0.9.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.8.0.1...client-0.9.0.0) (2024-09-19) diff --git a/blockfrost-client/blockfrost-client.cabal b/blockfrost-client/blockfrost-client.cabal index 82f6994..9279fa6 100644 --- a/blockfrost-client/blockfrost-client.cabal +++ b/blockfrost-client/blockfrost-client.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: blockfrost-client -version: 0.9.0.0 +version: 0.9.1.0 synopsis: blockfrost.io basic client description: Simple Blockfrost clients for use with transformers or mtl homepage: https://github.com/blockfrost/blockfrost-haskell @@ -68,7 +68,7 @@ library , Blockfrost.Client.IPFS , Blockfrost.Client.NutLink build-depends: base >= 4.7 && < 5 - , blockfrost-api >= 0.12 + , blockfrost-api >= 0.12.1 , blockfrost-client-core ^>= 0.6 , bytestring , directory