diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c10a1..0d398b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased -- **added:** Add `reflect_eq` +- None, + +# 0.1.16 (11. September, 2023) + +- **added:** Add `reflect_eq` ([#126]) + +[#126]: https://github.com/EmbarkStudios/mirror-mirror/pull/126 # 0.1.15 (08. August, 2023) diff --git a/crates/mirror-mirror/Cargo.toml b/crates/mirror-mirror/Cargo.toml index a94a00e..00a0042 100644 --- a/crates/mirror-mirror/Cargo.toml +++ b/crates/mirror-mirror/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mirror-mirror" -version = "0.1.15" +version = "0.1.16" edition = "2021" authors = ["Embark ", "David Pedersen "] repository = "https://github.com/EmbarkStudios/mirror-mirror"