diff --git a/CHANGELOG.md b/CHANGELOG.md index d1a6468..8cb8ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,9 @@ # Changelog -## Unreleased +## 0.2.5 ### Changed - - Replace log4rs with tracing ([#158], [#160]) - Display date only once per day ([#164], [#168]) @@ -12,12 +11,16 @@ - Fixed receiving direct messages sent from another device ([#162]) - Improve name resolution ([#167]) +- Fix loosing incoming messages in groups ([#172]) +- Increase chrono version for vulnerability fix ([#178]) [#158]: https://github.com/boxdot/gurk-rs/pull/158 [#160]: https://github.com/boxdot/gurk-rs/pull/160 [#162]: https://github.com/boxdot/gurk-rs/pull/162 [#167]: https://github.com/boxdot/gurk-rs/pull/167 [#168]: https://github.com/boxdot/gurk-rs/pull/168 +[#172]: https://github.com/boxdot/gurk-rs/pull/172 +[#178]: https://github.com/boxdot/gurk-rs/pull/178 ## 0.2.4 diff --git a/Cargo.lock b/Cargo.lock index 8bbcceb..879b7f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1041,7 +1041,7 @@ dependencies = [ [[package]] name = "gurk" -version = "0.2.5-dev" +version = "0.2.5" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 33a3127..31fcf43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gurk" description = "Signal messenger client for terminal" -version = "0.2.5-dev" +version = "0.2.5" authors = ["boxdot "] edition = "2021" keywords = ["signal", "tui"]