diff --git a/CHANGELOG.md b/CHANGELOG.md index eb4f156..bc211ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.2] - 2023-10-20 + +### Fixes + +- Fix STATUS command response parsing. [#92](https://github.com/async-email/async-imap/pull/92) + ## [0.9.1] - 2023-08-28 ### Fixes @@ -149,6 +155,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.1.0 - 2019-11-11 +[0.9.2]: https://github.com/async-email/async-imap/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/async-email/async-imap/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/async-email/async-imap/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/async-email/async-imap/compare/v0.7.0...v0.8.0 diff --git a/Cargo.toml b/Cargo.toml index f63605a..9afd47f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-imap" -version = "0.9.1" +version = "0.9.2" authors = ["dignifiedquire "] documentation = "https://docs.rs/async-imap/" repository = "https://github.com/async-email/async-imap"