Skip to content

Commit e4f03fe

Browse files
committed
add changelog
1 parent 582dff0 commit e4f03fe

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v3
14+
- uses: frangio/extract-changelog@v1
15+
id: changelog
1416
- name: Release
1517
uses: softprops/action-gh-release@v1
18+
with:
19+
body_path: ${{ steps.changelog.outputs.file }}

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 1.0.2
4+
5+
- Added `StandardMerkleTree` methods `verify` and `verifyMultiProof`.

0 commit comments

Comments
 (0)