Skip to content

Commit

Permalink
Merge pull request #2623 from swcurran/0.10.x
Browse files Browse the repository at this point in the history
0.10.5
  • Loading branch information
swcurran committed Nov 22, 2023
2 parents 4c45244 + 0c3745f commit 66c9c02
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion aries_cloudagent/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Library version information."""

__version__ = "0.10.4"
__version__ = "0.10.5"
RECORD_TYPE_ACAPY_VERSION = "acapy_version"
2 changes: 1 addition & 1 deletion open-api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi" : "3.0.1",
"info" : {
"title" : "Aries Cloud Agent",
"version" : "v0.10.4"
"version" : "v0.10.5"
},
"servers" : [ {
"url" : "/"
Expand Down
2 changes: 1 addition & 1 deletion open-api/swagger.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger" : "2.0",
"info" : {
"version" : "v0.10.4",
"version" : "v0.10.5",
"title" : "Aries Cloud Agent"
},
"tags" : [ {
Expand Down

0 comments on commit 66c9c02

Please sign in to comment.