Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Release 0.1.6 (#2608)
Browse files Browse the repository at this point in the history
  • Loading branch information
troyronda committed Mar 6, 2021
1 parent 8094fee commit 1a1e0c4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_var.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Release Parameters
BASE_VERSION=0.1.6
IS_RELEASE=false
IS_RELEASE=true

ARCH=$(go env GOARCH)

Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 0.1.6

## March 6, 2021

- RFC 0510: Presentation-Exchange Attachment (https://github.com/hyperledger/aries-framework-go/pull/2472)
- Presentation Exchange support (https://github.com/hyperledger/aries-framework-go/pull/2437)
- Present Proof supports BBS+ (https://github.com/hyperledger/aries-framework-go/pull/2602)
- Sign credential API - support BBS+ (https://github.com/hyperledger/aries-framework-go/pull/2601)
- Support BBS+ in KMS (https://github.com/hyperledger/aries-framework-go/issues/2295)
- Support name prefixes in localkms storage to create multi-tenant KMS (https://github.com/hyperledger/aries-framework-go/issues/2435)
- Created Service Provider Interface (SPI) module (https://github.com/hyperledger/aries-framework-go/pull/2512).
- Reworked storage interface to be more fully featured and to fit better with encrypted storage solutions like EDV.
- Added storage provider wrappers that can be used to add automatic caching and batching support to any concrete storage implementation.
- Added a common storage test suite for ensuring consistency across storage implementations.
- Various bug fixes and performance enhancements.

# 0.1.5

## December 7, 2020
Expand Down

0 comments on commit 1a1e0c4

Please sign in to comment.