diff --git a/cabal.project b/cabal.project index 6c96e17..5140773 100644 --- a/cabal.project +++ b/cabal.project @@ -32,8 +32,8 @@ source-repository-package source-repository-package type: git location: https://github.com/geniusyield/atlas - tag: 6f1f770ea3ffa7c1b8cd6db21262ffd43a619053 - --sha256: sha256-xQbzGWDPqXMzYVCr//3nTmS23BixKhCeB7yXQ5NkG60= + tag: v0.6.0 + --sha256: sha256-v+tTCIz8uyaQfsMJRc5F36TNK9ZPfrBxwXLYaXqZrZA= -------- Begin contents from @atlas@'s @cabal.project@ file. -------- diff --git a/geniusyield-dex-api/CHANGELOG.md b/geniusyield-dex-api/CHANGELOG.md index 7c9201c..cc04a81 100644 --- a/geniusyield-dex-api/CHANGELOG.md +++ b/geniusyield-dex-api/CHANGELOG.md @@ -1,6 +1,10 @@ # Revision history for geniusyield-dex-api -## 0.4.0.0 -- 2024-27-06 +## 0.5.0.0 -- 2024-08-30 + +* Update to Atlas v0.6.0. + +## 0.4.0.0 -- 2024-06-27 * Updates definition of `fillMultiplePartialOrders'` to call `buildWithFeeOutput` even in case more than one order is being filled. diff --git a/geniusyield-dex-api/geniusyield-dex-api.cabal b/geniusyield-dex-api/geniusyield-dex-api.cabal index 7c54a3f..be1cb26 100644 --- a/geniusyield-dex-api/geniusyield-dex-api.cabal +++ b/geniusyield-dex-api/geniusyield-dex-api.cabal @@ -4,7 +4,7 @@ name: geniusyield-dex-api -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 0.4.0.0 +version: 0.5.0.0 synopsis: API code to interact with GeniusYield DEX. description: API code to interact with GeniusYield DEX. Learn more about GeniusYield by visiting https://www.geniusyield.co/. diff --git a/geniusyield-server-lib/CHANGELOG.md b/geniusyield-server-lib/CHANGELOG.md index d0e4d5e..4009aa9 100644 --- a/geniusyield-server-lib/CHANGELOG.md +++ b/geniusyield-server-lib/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for geniusyield-server-lib +## 0.11.0 -- 2024-08-30 + +* Update to Atlas v0.6.0. + ## 0.10.1 -- 2024-08-29 * Updated Atlas & Maestro SDK version to not make use Maestro's recently deprecated protocol parameters & era summaries endpoint. diff --git a/geniusyield-server-lib/geniusyield-server-lib.cabal b/geniusyield-server-lib/geniusyield-server-lib.cabal index 4c3020f..ed77614 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.1 +version: 0.11.0 synopsis: GeniusYield server library description: Library for GeniusYield server. license: Apache-2.0