diff --git a/cabal.project b/cabal.project index 9febcb3..6d2b880 100644 --- a/cabal.project +++ b/cabal.project @@ -35,8 +35,8 @@ source-repository-package source-repository-package type: git location: https://github.com/geniusyield/atlas - tag: 0066924f0f93be16f3d5de32d94d53cde9eeb0f9 - --sha256: sha256-G8+Kdm6qwWvp7BSPnPffHVEkcHt7COpXRWRqgofQj74= + tag: 97f3ca97bda997533d17274689daa69c5fdcbcd6 + --sha256: sha256-NKUrxa3f6tlywWNWwdw5bWQ974ziOG9MXmY9GNZTdu8= -------- Begin contents from @atlas@'s @cabal.project@ file. -------- @@ -50,8 +50,8 @@ package strict-containers source-repository-package type: git location: https://github.com/maestro-org/haskell-sdk - tag: d70479ce3be06d6b7c52bf39d783f36d6771e36d - --sha256: sha256-8se+xlIB1BDEuKGwjaldmW5G4LpCujD1ABgBaY0cY6Y= + tag: v1.7.2 + --sha256: sha256-nXnelHH4a+V0nguP8oUDlyEz/fLQ/i1fs/flyZTmvAc= source-repository-package type: git diff --git a/geniusyield-server-lib/CHANGELOG.md b/geniusyield-server-lib/CHANGELOG.md index de6cca8..d0e4d5e 100644 --- a/geniusyield-server-lib/CHANGELOG.md +++ b/geniusyield-server-lib/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for geniusyield-server-lib +## 0.10.1 -- 2024-08-29 + +* Updated Atlas & Maestro SDK version to not make use Maestro's recently deprecated protocol parameters & era summaries endpoint. + ## 0.10.0 -- 2024-08-05 * Fix the JSON/YAML configuration parser to require `addrIx`, `accIx` instead of `addr_ix`, `acc_ix` respectively. diff --git a/geniusyield-server-lib/geniusyield-server-lib.cabal b/geniusyield-server-lib/geniusyield-server-lib.cabal index 77cd56c..4c3020f 100644 --- a/geniusyield-server-lib/geniusyield-server-lib.cabal +++ b/geniusyield-server-lib/geniusyield-server-lib.cabal @@ -1,6 +1,6 @@ cabal-version: 3.6 name: geniusyield-server-lib -version: 0.10.0 +version: 0.10.1 synopsis: GeniusYield server library description: Library for GeniusYield server. license: Apache-2.0