Skip to content

Commit

Permalink
Merge pull request #392 from andrewwhitehead/pre-release-0.4.4
Browse files Browse the repository at this point in the history
Update version to 0.4.4
  • Loading branch information
swcurran authored Feb 28, 2020
2 parents 07e390c + 6561a22 commit 2871e0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.4.4

## February 28, 2020

- Update docker image used in demo and test containers [#391](https://github.com/hyperledger/aries-cloudagent-python/pull/391)
- Fix pre-verify check on received presentations [#390](https://github.com/hyperledger/aries-cloudagent-python/pull/390)
- Do not canonicalize attribute names in credential previews [#389](https://github.com/hyperledger/aries-cloudagent-python/pull/389)

# 0.4.3

## February 26, 2020
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.4.3"
__version__ = "0.4.4"

0 comments on commit 2871e0b

Please sign in to comment.