From c5a8b212074e9c09f4c9b88c1cb5977cd4b64e3e Mon Sep 17 00:00:00 2001 From: sourabhxyz Date: Thu, 16 Jan 2025 18:11:02 +0530 Subject: [PATCH] chore: update changelog/version --- CHANGELOG.md | 5 +++++ atlas-cardano.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7df42342..9ee63b92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.10.0 + +* Support of extended keys in `runGYTxMonadIO`. +* Don't throw error for querying DRep state in case of Maestro/BF provider. + ## 0.9.0 * When spending an input, datum is now optional since it is not required to be specified in case it's inlined or not needed by associated Plutus script. diff --git a/atlas-cardano.cabal b/atlas-cardano.cabal index a2816b67..74d2349b 100644 --- a/atlas-cardano.cabal +++ b/atlas-cardano.cabal @@ -1,6 +1,6 @@ cabal-version: 3.8 name: atlas-cardano -version: 0.9.0 +version: 0.10.0 synopsis: Application backend for Plutus smart contracts on Cardano description: Atlas is an all-in-one, Haskell-native application backend for writing off-chain code for on-chain Plutus smart contracts.