Skip to content

Commit 9dd9c2b

Browse files
committed
0.11.2
Signed-off-by: Stephen Curran <swcurran@gmail.com>
1 parent 6f092ca commit 9dd9c2b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.md

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

3-
## 0.11.2rc1
3+
## 0.11.2
44

55
A patch release to add the verification of a linkage between an inbound message and its associated connection (if any) before processing the message.
66

7-
### 0.11.2rc1 Breaking Changes
7+
### 0.11.2 Breaking Changes
88

99
There are no breaking changes in this release.
1010

11-
#### 0.11.2rc1 Categorized List of Pull Requests
11+
#### 0.11.2 Categorized List of Pull Requests
1212

1313
- Dependency update and release PR
1414
- Apply security patch 0.11.x [\#3120](https://github.com/hyperledger/aries-cloudagent-python/pull/3120) [jamshale](https://github.com/jamshale)
1515
- Release management pull requests
16-
- 0.11.2rc1 [\#3122](https://github.com/hyperledger/aries-cloudagent-python/pull/3122) [swcurran](https://github.com/swcurran)
16+
- 0.11.2 [\#3122](https://github.com/hyperledger/aries-cloudagent-python/pull/3122) [swcurran](https://github.com/swcurran)
1717
- PRs cherry-picked into [\#3120](https://github.com/hyperledger/aries-cloudagent-python/pull/3120) from the `main` branch:
1818
- Check connection is ready in all connection required handlers [\#3095](https://github.com/hyperledger/aries-cloudagent-python/pull/3095) [jamshale](https://github.com/jamshale)
1919

PUBLISHING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Once ready to do a release, create a local branch that includes the following up
2323
appropriate. `docker run -it --rm -v "$(pwd)":/usr/local/src/your-app
2424
githubchangeloggenerator/github-changelog-generator --user hyperledger
2525
--project aries-cloudagent-python --output 0.11.2.md --since-tag 0.11.0
26-
--future-release 0.11.2rc1 --release-branch main --token <your-token>`
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.2rc1"
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.2rc1",
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.2rc1"
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)