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

Commit

Permalink
Merge pull request #2985 from fqutishat/update
Browse files Browse the repository at this point in the history
chore: Release 0.1.7
  • Loading branch information
fqutishat authored Sep 14, 2021
2 parents b3a849b + 8f3be52 commit edf572c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.7
IS_RELEASE=false
IS_RELEASE=true

ARCH=$(go env GOARCH)

Expand All @@ -20,4 +20,4 @@ fi

export IS_RELEASE
export AGENT_IMAGE_TAG=$PROJECT_VERSION
export NPM_PKG_TAG=$PROJECT_VERSION
export NPM_PKG_TAG=$PROJECT_VERSION
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.1.7

## September 14, 2021

- DIDCommV2 support for packing/unpacking
- DIDComm service block now uses KeyAgreement.ID for DIDCommV2 and did:key for DIDCommV1
- DID Connection store uses keyAgreement.ID for DIDCommV2 and did:key for DIDCommV1
- Present Proof V3
- Aries Framework Go wallet
- JSON-LD Context API
- Added a method to the storage iterator interface for getting total items
- Added sort order query options that can be supported by storage implementations
- Improved documentation for expected behaviours of various storage interface methods
- New common storage tests that check for more scenarios and improve consistency among implementations

# 0.1.6

## March 6, 2021
Expand Down

0 comments on commit edf572c

Please sign in to comment.