From c81e664073377bf64bec27e5a235ffb1836c24a1 Mon Sep 17 00:00:00 2001 From: Stephen Curran Date: Tue, 29 Aug 2023 15:15:12 +0000 Subject: [PATCH] 0.10.1 Signed-off-by: Stephen Curran --- CHANGELOG.md | 19 ++++++++++++++++--- aries_cloudagent/version.py | 2 +- open-api/openapi.json | 2 +- open-api/swagger.json | 2 +- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e0628c74..b74112b0ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -# 0.10.0 +# 0.10.1 ## August 29, 2023 -Release 0.10.0 contains a breaking change, an important fix for a regression +Release 0.10.1 contains a breaking change, an important fix for a regression introduced in 0.8.2 that impacts certain deployments, and a number of fixes and updates. Included in the updates is a significant internal reorganization of the DID and connection management code that was done to enable more flexible uses of @@ -12,6 +12,10 @@ support for `did:peer` DIDs for DIDComm. For details on the change see [PR \#2409], which includes some of the best pull request documentation ever created. +Release 0.10.1 has the same contents as 0.10.0. An error on PyPi prevented the +0.10.0 release from being properly uploaded because of an existing file of the same +name. We immediately released 0.10.1 as a replacement. + [PR \#2409]: https://github.com/hyperledger/aries-cloudagent-python/pull/2409 The regression fix is for ACA-Py deployments that use multi-use invitations but @@ -98,11 +102,20 @@ deleted from ACA-Py storage. - Enable Snyk scanning [\#2418](https://github.com/hyperledger/aries-cloudagent-python/pull/2418) [ryjones](https://github.com/ryjones) - Remove Indy tests from workflows [\#2415](https://github.com/hyperledger/aries-cloudagent-python/pull/2415) [dbluhm](https://github.com/dbluhm) - Release management pull requests - - 0.10.0-rc2 [\#2452](https://github.com/hyperledger/aries-cloudagent-python/pull/2452) [swcurran](https://github.com/swcurran) + - 0.10.1 [\#2454](https://github.com/hyperledger/aries-cloudagent-python/pull/2454) [swcurran](https://github.com/swcurran) + - 0.10.0 [\#2452](https://github.com/hyperledger/aries-cloudagent-python/pull/2452) [swcurran](https://github.com/swcurran) - 0.10.0-rc2 [\#2448](https://github.com/hyperledger/aries-cloudagent-python/pull/2448) [swcurran](https://github.com/swcurran) - 0.10.0-rc1 [\#2442](https://github.com/hyperledger/aries-cloudagent-python/pull/2442) [swcurran](https://github.com/swcurran) - 0.10.0-rc0 [\#2414](https://github.com/hyperledger/aries-cloudagent-python/pull/2414) [swcurran](https://github.com/swcurran) +# 0.10.0 + +## August 29, 2023 + +Release 0.10.1 has the same contents as 0.10.0. An error on PyPi prevented the +0.10.0 release from being properly uploaded because of an existing file of the +same name. We immediately released 0.10.1 as a replacement. + # 0.9.0 ## July 24, 2023 diff --git a/aries_cloudagent/version.py b/aries_cloudagent/version.py index 7a240d6b71..3f6ddad918 100644 --- a/aries_cloudagent/version.py +++ b/aries_cloudagent/version.py @@ -1,4 +1,4 @@ """Library version information.""" -__version__ = "0.10.0" +__version__ = "0.10.1" RECORD_TYPE_ACAPY_VERSION = "acapy_version" diff --git a/open-api/openapi.json b/open-api/openapi.json index cdfb1d34d2..8615a980a2 100644 --- a/open-api/openapi.json +++ b/open-api/openapi.json @@ -2,7 +2,7 @@ "openapi" : "3.0.1", "info" : { "title" : "Aries Cloud Agent", - "version" : "v0.10.0" + "version" : "v0.10.1" }, "servers" : [ { "url" : "/" diff --git a/open-api/swagger.json b/open-api/swagger.json index 10509e7a4a..931e1453e9 100644 --- a/open-api/swagger.json +++ b/open-api/swagger.json @@ -1,7 +1,7 @@ { "swagger" : "2.0", "info" : { - "version" : "v0.10.0", + "version" : "v0.10.1", "title" : "Aries Cloud Agent" }, "tags" : [ {