diff --git a/CHANGELOG.md b/CHANGELOG.md index 467d6c31..bb3c2919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.25.3] - 2024-05-24 + - Fix replication with a removal at the same tick. ## [0.25.2] - 2024-05-18 @@ -470,7 +472,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release after separation from [Project Harmonia](https://github.com/projectharmonia/project_harmonia). -[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.25.2...HEAD +[unreleased]: https://github.com/projectharmonia/bevy_replicon/compare/v0.25.3...HEAD +[0.25.3]: https://github.com/projectharmonia/bevy_replicon/compare/v0.25.2...v0.25.3 [0.25.2]: https://github.com/projectharmonia/bevy_replicon/compare/v0.25.1...v0.25.2 [0.25.1]: https://github.com/projectharmonia/bevy_replicon/compare/v0.25.0...v0.25.1 [0.25.0]: https://github.com/projectharmonia/bevy_replicon/compare/v0.24.1...v0.25.0 diff --git a/Cargo.toml b/Cargo.toml index 5c93aad7..a8cac9c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_replicon" -version = "0.25.2" +version = "0.25.3" authors = [ "Hennadii Chernyshchyk ", "koe ",