Skip to content

Commit 0295fb5

Browse files
committed
api: Release 0.12.2.0
1 parent d6fbe88 commit 0295fb5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)