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

Commit

Permalink
chore: release 0.1.8 (#3210)
Browse files Browse the repository at this point in the history
Signed-off-by: Baha Shaaban <baha.shaaban@securekey.com>
  • Loading branch information
baha-ai authored Mar 30, 2022
1 parent 00dcf56 commit 1c2d9d6
Show file tree
Hide file tree
Showing 2 changed files with 21 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.8
IS_RELEASE=false
IS_RELEASE=true

ARCH=$(go env GOARCH)

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

## March 29, 2022

- DIDCommV2 full support:
- Updated to V2 message structure
- OOB V2
- Issue Credential V3, Present Proof V3
- Mediator protocol support for DIDComm V2
- DID Rotation
- Universal Wallet:
- WACI Issuance
- WACI Presentation
- Credential Manifest support & minor improvements
- Aries RFCs / Interop
- Web-redirect support in issue-credential and present-proof protocols (V2 and V3)
- Media type profile support
- Various minor fixes
- Fixes and improvements to Crypto, KMS, VDR, Verifiable Credential, Storage, and other components

# 0.1.7

## September 14, 2021
Expand Down

0 comments on commit 1c2d9d6

Please sign in to comment.