diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2853c..db22df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/eigerco/beetswap/compare/v0.4.0...v0.4.1) - 2025-01-07 + +### Other + +- Add note about hashers in readme (#60) + ## [0.4.0](https://github.com/eigerco/beetswap/compare/v0.3.1...v0.4.0) - 2024-09-16 ### Other diff --git a/Cargo.lock b/Cargo.lock index 35af80a..2f606c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,7 +469,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "beetswap" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "asynchronous-codec", diff --git a/Cargo.toml b/Cargo.toml index b427c0f..399f6b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beetswap" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "Apache-2.0" description = "Implementation of bitswap protocol for libp2p"