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

Commit e4ab333

Browse files
chore: release 0.2.0 (#3555)
- 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]>
1 parent 691c71f commit e4ab333

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/workflows/version_var.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

1111
ARCH=$(go env GOARCH)
1212

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 0.2.0
2+
3+
## Apr 5, 2023
4+
5+
- Presentation Exchange improvements
6+
- SD-JWT documentation
7+
- CI : Ubuntu runner update to v22.04
8+
9+
Refer https://github.com/hyperledger/aries-framework-go/releases/tag/v0.2.0 for new commits.
10+
11+
# 0.1.9
12+
13+
## Feb 24, 2023
14+
15+
Refer https://github.com/hyperledger/aries-framework-go/releases/tag/v0.1.9 for new commits.
16+
17+
118
# 0.1.8
219

320
## March 29, 2022

0 commit comments

Comments
 (0)