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

Commit edf572c

Browse files
author
Firas Qutishat
authored
Merge pull request #2985 from fqutishat/update
chore: Release 0.1.7
2 parents b3a849b + 8f3be52 commit edf572c

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.github/workflows/version_var.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Release Parameters
88
BASE_VERSION=0.1.7
9-
IS_RELEASE=false
9+
IS_RELEASE=true
1010

1111
ARCH=$(go env GOARCH)
1212

@@ -20,4 +20,4 @@ fi
2020

2121
export IS_RELEASE
2222
export AGENT_IMAGE_TAG=$PROJECT_VERSION
23-
export NPM_PKG_TAG=$PROJECT_VERSION
23+
export NPM_PKG_TAG=$PROJECT_VERSION

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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

0 commit comments

Comments
 (0)