Skip to content

Commit bec202a

Browse files
authored
Merge pull request #3122 from swcurran/0.11.2rc1
0.11.2
2 parents 47d6689 + 9dd9c2b commit bec202a

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Aries Cloud Agent Python Changelog
22

3+
## 0.11.2
4+
5+
A patch release to add the verification of a linkage between an inbound message and its associated connection (if any) before processing the message.
6+
7+
### 0.11.2 Breaking Changes
8+
9+
There are no breaking changes in this release.
10+
11+
#### 0.11.2 Categorized List of Pull Requests
12+
13+
- Dependency update and release PR
14+
- Apply security patch 0.11.x [\#3120](https://github.com/hyperledger/aries-cloudagent-python/pull/3120) [jamshale](https://github.com/jamshale)
15+
- Release management pull requests
16+
- 0.11.2 [\#3122](https://github.com/hyperledger/aries-cloudagent-python/pull/3122) [swcurran](https://github.com/swcurran)
17+
- PRs cherry-picked into [\#3120](https://github.com/hyperledger/aries-cloudagent-python/pull/3120) from the `main` branch:
18+
- Check connection is ready in all connection required handlers [\#3095](https://github.com/hyperledger/aries-cloudagent-python/pull/3095) [jamshale](https://github.com/jamshale)
19+
320
## 0.11.1
421

522
A patch release to update the `aiohttp` library such that a reported serious

PUBLISHING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Once ready to do a release, create a local branch that includes the following up
2222
- Use a command like the following, adjusting the tag parameters as
2323
appropriate. `docker run -it --rm -v "$(pwd)":/usr/local/src/your-app
2424
githubchangeloggenerator/github-changelog-generator --user hyperledger
25-
--project aries-cloudagent-python --output 0.11.1.md --since-tag 0.11.0
26-
--future-release 0.11.1rc2 --release-branch main --token <your-token>`
25+
--project aries-cloudagent-python --output 0.11.2.md --since-tag 0.11.0
26+
--future-release 0.11.2 --release-branch main --token <your-token>`
2727
- In the generated file, use only the PR list -- we don't include the list of
2828
closed issues in the Change Log.
2929

open-api/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi" : "3.0.1",
33
"info" : {
44
"title" : "Aries Cloud Agent",
5-
"version" : "v0.11.1"
5+
"version" : "v0.11.2"
66
},
77
"servers" : [ {
88
"url" : "/"

open-api/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"swagger" : "2.0",
33
"info" : {
4-
"version" : "v0.11.1",
4+
"version" : "v0.11.2",
55
"title" : "Aries Cloud Agent"
66
},
77
"tags" : [ {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aries_cloudagent"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
description = "Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments. "
55
authors = ["Hyperledger Aries <aries@lists.hyperledger.org>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)