Skip to content

Commit

Permalink
Merge pull request #66 from blockfrost/release/api-0.12.1+client-0.9.1
Browse files Browse the repository at this point in the history
Release api 0.12.1 client 0.9.1
  • Loading branch information
sorki authored Sep 25, 2024
2 parents 0e89ca7 + f8cf9e8 commit a426417
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions blockfrost-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion blockfrost-api/blockfrost-api.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions blockfrost-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions blockfrost-client/blockfrost-client.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a426417

Please sign in to comment.