Skip to content

Commit 5055383

Browse files
authored
Merge pull request #74 from blockfrost/release/api-0.12.2+client-0.9.2
Release api 0.12.2 client 0.9.2
2 parents d6fbe88 + 7602001 commit 5055383

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

blockfrost-api/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# Version [next](https://github.com/blockfrost/blockfrost-haskell/compare/api-0.12.1.0...master) (2024-MM-DD)
1+
# Version [0.12.2.0](https://github.com/blockfrost/blockfrost-haskell/compare/api-0.12.1.0...api-0.12.2.0) (2025-04-07)
22

33
* Additions
44
* `/blocks/:hash_or_number/txs/cbor`
55
and `/blocks/latest/txs/cbor` endpoints with `[TxHashCBOR]` data type [#73](https://github.com/blockfrost/blockfrost-haskell/pull/73) [#75](https://github.com/blockfrost/blockfrost-haskell/pull/75)
6+
* Removal of problematic overlapping `From/ToJSON`
7+
instances on `Mabye PoolMetadata` [#72](https://github.com/blockfrost/blockfrost-haskell/pull/72)
68

79
# 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)
810

blockfrost-api/blockfrost-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: blockfrost-api
3-
version: 0.12.1.0
3+
version: 0.12.2.0
44
synopsis: API definitions for blockfrost.io
55
description: Core types and Servant API description
66
homepage: https://github.com/blockfrost/blockfrost-haskell

blockfrost-client/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version [next](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.9.1.0...master) (2024-MM-DD)
1+
# Version [0.9.2.0](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.9.1.0...client-0.9.2.0) (2025-04-07)
22

33
* Additions
44
* `getBlockTxsCBOR` for `/blocks/:hash_or_number/txs/cbor` endpoint [#73](https://github.com/blockfrost/blockfrost-haskell/pull/73) [#75](https://github.com/blockfrost/blockfrost-haskell/pull/75)

blockfrost-client/blockfrost-client.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: blockfrost-client
3-
version: 0.9.1.0
3+
version: 0.9.2.0
44
synopsis: blockfrost.io basic client
55
description: Simple Blockfrost clients for use with transformers or mtl
66
homepage: https://github.com/blockfrost/blockfrost-haskell
@@ -68,7 +68,7 @@ library
6868
, Blockfrost.Client.IPFS
6969
, Blockfrost.Client.NutLink
7070
build-depends: base >= 4.7 && < 5
71-
, blockfrost-api >= 0.12.1
71+
, blockfrost-api >= 0.12.2
7272
, blockfrost-client-core ^>= 0.6
7373
, bytestring
7474
, directory

0 commit comments

Comments
 (0)