We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582dff0 commit e4f03feCopy full SHA for e4f03fe
.github/workflows/release.yml
@@ -11,5 +11,9 @@ jobs:
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v3
14
+ - uses: frangio/extract-changelog@v1
15
+ id: changelog
16
- name: Release
17
uses: softprops/action-gh-release@v1
18
+ with:
19
+ body_path: ${{ steps.changelog.outputs.file }}
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# Changelog
2
+
3
+## 1.0.2
4
5
+- Added `StandardMerkleTree` methods `verify` and `verifyMultiProof`.
0 commit comments