Skip to content

Commit 2819977

Browse files
authored
Merge pull request #246 from andrewwhitehead/pre-release-0.3.5
Update version to 0.3.5
2 parents 7ea4014 + 16be4c0 commit 2819977

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.3.5
2+
3+
## November 1, 2019
4+
5+
- Switch performance demo to the newer issue-credential protocol [#243](https://github.com/hyperledger/aries-cloudagent-python/pull/243)
6+
- Remove old method for reusing credential requests and replace with local caching for credential offers and requests [#238](https://github.com/hyperledger/aries-cloudagent-python/pull/238), [#242](https://github.com/hyperledger/aries-cloudagent-python/pull/242)
7+
- Add statistics on HTTP requests to timing output [#237](https://github.com/hyperledger/aries-cloudagent-python/pull/237)
8+
- Reduce the number of tags on non-secrets records to reduce storage requirements and improve performance [#235](https://github.com/hyperledger/aries-cloudagent-python/pull/235)
9+
110
# 0.3.4
211

312
## October 23, 2019

aries_cloudagent/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version information."""
22

3-
__version__ = "0.3.4"
3+
__version__ = "0.3.5"

0 commit comments

Comments
 (0)