Skip to content

Commit 0c7ddc5

Browse files
committed
client: Release 0.11.0.0
1 parent 0e9dc01 commit 0c7ddc5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.10.0.0...master) (2025-MM-DD)
1+
# Version [0.11.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/client-0.10.0.0...client-0.11.0.0) (2025-12-02)
22

33
* Changes
44
* Add `CustomURL` to `Env`, to allow arbitrary Blockfrost instance [#79](https://github.com/blockfrost/blockfrost-haskell/pull/79)

blockfrost-client/blockfrost-client.cabal

Lines changed: 3 additions & 3 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.10.0.0
3+
version: 0.11.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
@@ -69,8 +69,8 @@ library
6969
, Blockfrost.Client.IPFS
7070
, Blockfrost.Client.NutLink
7171
build-depends: base >= 4.7 && < 5
72-
, blockfrost-api >= 0.13
73-
, blockfrost-client-core ^>= 0.6
72+
, blockfrost-api >= 0.14
73+
, blockfrost-client-core ^>= 0.7
7474
, bytestring
7575
, directory
7676
, data-default

0 commit comments

Comments
 (0)