Skip to content

Commit

Permalink
Merge pull request #170 from andrewwhitehead/pre-release-0.3.2
Browse files Browse the repository at this point in the history
Release 0.3.2
  • Loading branch information
swcurran authored Sep 3, 2019
2 parents 87267c1 + 22f0df4 commit a1845ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.3.2

## September 3, 2019

- Merge support for Aries #36 (issue-credential) and Aries #37 (present-proof) protocols [#164](https://github.com/hyperledger/aries-cloudagent-python/pull/164), [#167](https://github.com/hyperledger/aries-cloudagent-python/pull/167)
- Add `initiator` to connection record queries to ensure uniqueness in the case of a self-connection [#161](https://github.com/hyperledger/aries-cloudagent-python/pull/161)
- Add connection aliases [#149](https://github.com/hyperledger/aries-cloudagent-python/pull/149)
- Misc documentation updates

# 0.3.1

## August 15, 2019
Expand Down
2 changes: 1 addition & 1 deletion aries_cloudagent/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Library version information."""

__version__ = "0.3.1"
__version__ = "0.3.2"

0 comments on commit a1845ec

Please sign in to comment.