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.2.0 (#3555)
Browse files Browse the repository at this point in the history
- Set release flag to true
- Add CHANGELOG for 0.2.0
- Add CHANGELOG for 0.1.9 (missed previously) : point to github release page

Signed-off-by: Rolson Quadras <[email protected]>
  • Loading branch information
rolsonquadras authored Apr 5, 2023
1 parent 691c71f commit e4ab333
Show file tree
Hide file tree
Showing 2 changed files with 18 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.2.0
IS_RELEASE=false
IS_RELEASE=true

ARCH=$(go env GOARCH)

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

## Apr 5, 2023

- Presentation Exchange improvements
- SD-JWT documentation
- CI : Ubuntu runner update to v22.04

Refer https://github.com/hyperledger/aries-framework-go/releases/tag/v0.2.0 for new commits.

# 0.1.9

## Feb 24, 2023

Refer https://github.com/hyperledger/aries-framework-go/releases/tag/v0.1.9 for new commits.


# 0.1.8

## March 29, 2022
Expand Down

0 comments on commit e4ab333

Please sign in to comment.