From 7371c98e4953a528646c8c158be1e653205dbd33 Mon Sep 17 00:00:00 2001 From: Andrew Whitehead Date: Thu, 25 Feb 2021 14:51:59 -0800 Subject: [PATCH] update to version 0.6.0 Signed-off-by: Andrew Whitehead --- CHANGELOG.md | 2 +- aries_cloudagent/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e6281e6f8..24c4120cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 0.6.0 -## February 5, 2021 +## February 25, 2021 This is a significant release of ACA-Py with several new features, as well as changes to the internal architecture in order to set the groundwork for using the new shared component libraries: [indy-vdr](https://github.com/hyperledger/indy-vdr), [indy-credx](https://github.com/hyperledger/indy-shared-rs), and [aries-askar](https://github.com/hyperledger/aries-askar). diff --git a/aries_cloudagent/version.py b/aries_cloudagent/version.py index fc16ad46e6..c0b727736e 100644 --- a/aries_cloudagent/version.py +++ b/aries_cloudagent/version.py @@ -1,3 +1,3 @@ """Library version information.""" -__version__ = "0.6.0-rc1" +__version__ = "0.6.0"