Skip to content

Commit 6eeb33f

Browse files
committed
client: Release 0.13.0.0
1 parent f421aaf commit 6eeb33f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.12.0.0...master) (2026-MM-DD)
1+
# Version [0.13.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.12.0.0...client-0.13.0.0) (2026-04-15)
22

33
* Changes
44
* Retry logic added

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.12.0.0
3+
version: 0.13.0.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
@@ -70,7 +70,7 @@ library
7070
, Blockfrost.Client.NutLink
7171
build-depends: base >= 4.7 && < 5
7272
, blockfrost-api >= 0.15
73-
, blockfrost-client-core ^>= 0.7
73+
, blockfrost-client-core ^>= 0.8
7474
, bytestring
7575
, data-default
7676
, filepath

0 commit comments

Comments
 (0)