diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2632e77d..e042114147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -109,7 +109,7 @@ parameters to `true` even if the parameters were not set. See [PR \#2517] - Swap out flake8 in favor of Ruff [\#2438](https://github.com/hyperledger/aries-cloudagent-python/pull/2438) [dbluhm](https://github.com/dbluhm) - #2289 Migrate to Poetry [\#2436](https://github.com/hyperledger/aries-cloudagent-python/pull/2436) [Gavinok](https://github.com/Gavinok) - Release management pull requests - - 0.11.0-rc0 [\#2574](https://github.com/hyperledger/aries-cloudagent-python/pull/2574) [swcurran](https://github.com/swcurran) + - 0.11.0-rc0 [\#2575](https://github.com/hyperledger/aries-cloudagent-python/pull/2575) [swcurran](https://github.com/swcurran) ## 0.10.1 diff --git a/pyproject.toml b/pyproject.toml index bca443e084..0cba7a2ce7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aries_cloudagent" -version = "0.10.1" +version = "0.11.0-rc0" description = "Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments. " authors = ["Hyperledger Aries "] license = "Apache-2.0"