Skip to content

Commit

Permalink
Merge pull request #2539 from swcurran/0.10.4
Browse files Browse the repository at this point in the history
0.10.4
  • Loading branch information
swcurran authored Oct 9, 2023
2 parents c5d16ed + fc350f9 commit 9ce2e5a
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.4

## October 9, 2023

Release 0.10.4 is a patch release to correct an issue with the handling of `did:key` routing
keys in some mediator scenarios, notably with the use of [Aries Framework Kotlin]. See the
details in the PR and [Issue \#2531 Routing for agents behind a aca-py based mediator is broken].

Thanks to [codespree](https://github.com/codespree) for raising the issue and providing the fix.

[Aries Framework Kotlin](https://github.com/hyperledger/aries-framework-kotlin)
[Issue \#2531 Routing for agents behind a aca-py based mediator is broken]: https://github.com/hyperledger/aries-cloudagent-python/issue/2531

### 0.10.4 Categorized List of Pull Requests

- DID Handling and Connection Establishment Updates/Fixes
- fix: routing behind mediator [\#2536](https://github.com/hyperledger/aries-cloudagent-python/pull/2536) [dbluhm](https://github.com/dbluhm)
- Release management pull requests
- 0.10.4 [\#2539](https://github.com/hyperledger/aries-cloudagent-python/pull/2539) [swcurran](https://github.com/swcurran)

# 0.10.3

## September 29, 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.3"
__version__ = "0.10.4"
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.3"
"version" : "v0.10.4"
},
"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.3",
"version" : "v0.10.4",
"title" : "Aries Cloud Agent"
},
"tags" : [ {
Expand Down

0 comments on commit 9ce2e5a

Please sign in to comment.