Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Jan 12, 2023
1 parent 582dff0 commit e4f03fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: frangio/extract-changelog@v1
id: changelog
- name: Release
uses: softprops/action-gh-release@v1
with:
body_path: ${{ steps.changelog.outputs.file }}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## 1.0.2

- Added `StandardMerkleTree` methods `verify` and `verifyMultiProof`.

0 comments on commit e4f03fe

Please sign in to comment.