diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ef7afd74..f544d04821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# 0.10.5 + +## November 21, 2023 + +Release 0.10.5 is a high priority patch release to correct an issue with the +handling of the JSON-LD presentation verifications, where the status of the +verification of the `presentation.proof` in the Verifiable Presentation was not +included when determining the verification value (`true` or `false`) of the +overall presentation. A forthcoming security advisory will cover the details. + +Anyone using JSON-LD presentations is recommended to upgrade to this version +of ACA-Py as soon as possible. + +### 0.10.5 Categorized List of Pull Requests + +- JSON-LD Credential Exchange (Issue, Present) Updates + - fix(backport): report presentation result [\#2622](https://github.com/hyperledger/aries-cloudagent-python/pull/2622) [dbluhm](https://github.com/dbluhm) +- Release management pull requests + - 0.10.5 [\#2623](https://github.com/hyperledger/aries-cloudagent-python/pull/2623) [swcurran](https://github.com/swcurran) + # 0.10.4 ## October 9, 2023 diff --git a/aries_cloudagent/version.py b/aries_cloudagent/version.py index f886588bae..b1030a8799 100644 --- a/aries_cloudagent/version.py +++ b/aries_cloudagent/version.py @@ -1,4 +1,4 @@ """Library version information.""" -__version__ = "0.10.4" +__version__ = "0.10.5" RECORD_TYPE_ACAPY_VERSION = "acapy_version" diff --git a/open-api/openapi.json b/open-api/openapi.json index 42171196f0..c2a2815a4c 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.4" + "version" : "v0.10.5" }, "servers" : [ { "url" : "/" diff --git a/open-api/swagger.json b/open-api/swagger.json index 7aca9e88dd..6973dd41a2 100644 --- a/open-api/swagger.json +++ b/open-api/swagger.json @@ -1,7 +1,7 @@ { "swagger" : "2.0", "info" : { - "version" : "v0.10.4", + "version" : "v0.10.5", "title" : "Aries Cloud Agent" }, "tags" : [ {