Skip to content

Commit

Permalink
chore(release): 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antouhou committed May 22, 2023
1 parent 0a9acbc commit 6cf1616
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.4.1](https://github.com/antouhou/rs-merkle/compare/v1.4.0...v1.4.1) (2023-05-22)


### Fixes

* incorrect proof hash count causing panic ([#28](https://github.com/antouhou/rs-merkle/pull/28)) ([0a9acbc](https://github.com/antouhou/rs-merkle/commit/0a9acbc4d92453372764ca983175bae01a7efb35)) (Thanks to @witter-deland)


# [1.4.0](https://github.com/antouhou/rs-merkle/compare/v1.3.0...v1.4.0) (2023-05-10)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rs_merkle"
version = "1.4.0"
version = "1.4.1"
authors = ["Anton Suprunchuk <[email protected]>"]
description = "The most advanced Merkle Tree library for Rust. Supports creating and verifying proofs, multi-proofs, as well as advanced features, such as tree diffs, transactional changes, and rollbacks"
edition = "2018"
Expand Down

0 comments on commit 6cf1616

Please sign in to comment.