This repository was archived by the owner on Mar 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 66
77# Release Parameters
88BASE_VERSION=0.1.7
9- IS_RELEASE=false
9+ IS_RELEASE=true
1010
1111ARCH=$( go env GOARCH)
1212
2020
2121export IS_RELEASE
2222export AGENT_IMAGE_TAG=$PROJECT_VERSION
23- export NPM_PKG_TAG=$PROJECT_VERSION
23+ export NPM_PKG_TAG=$PROJECT_VERSION
Original file line number Diff line number Diff line change 1+ # 0.1.7
2+
3+ ## September 14, 2021
4+
5+ - DIDCommV2 support for packing/unpacking
6+ - DIDComm service block now uses KeyAgreement.ID for DIDCommV2 and did: key for DIDCommV1
7+ - DID Connection store uses keyAgreement.ID for DIDCommV2 and did: key for DIDCommV1
8+ - Present Proof V3
9+ - Aries Framework Go wallet
10+ - JSON-LD Context API
11+ - Added a method to the storage iterator interface for getting total items
12+ - Added sort order query options that can be supported by storage implementations
13+ - Improved documentation for expected behaviours of various storage interface methods
14+ - New common storage tests that check for more scenarios and improve consistency among implementations
15+
116# 0.1.6
217
318## March 6, 2021
You can’t perform that action at this time.
0 commit comments