diff --git a/CHANGELOG.md b/CHANGELOG.md index d80a42eb9..c296e4392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.2.3](https://github.com/zip-rs/zip2/compare/v2.2.2...v2.2.3) - 2025-02-26 + +### 🚜 Refactor + +- Change the inner structure of `DateTime` (#267) + +### ⚙️ Miscellaneous Tasks + +- cargo fix --edition + ## [2.2.2](https://github.com/zip-rs/zip2/compare/v2.2.1...v2.2.2) - 2024-12-16 ### 🐛 Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index bbd1f3fe7..2a0a79dcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip" -version = "2.2.2" +version = "2.2.3" authors = [ "Mathijs van de Nes ", "Marli Frost ",