diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2df6d04..d80725f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.19.2] - 2024-04-26 + ### Added -- **Length**: `impl Truncate for &mut T` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/387)) +- **Length**: `impl Truncate for &mut T` -## [0.19.1] - 2024-04-26 +## [0.19.1] - 2024-04-26 (YANKED) ### Added - **Truncate**: `impl Truncate for &mut T` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/384)) diff --git a/lofty/Cargo.toml b/lofty/Cargo.toml index a8c5c2a3e..e5135db59 100644 --- a/lofty/Cargo.toml +++ b/lofty/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lofty" -version = "0.19.1" +version = "0.19.2" authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"] edition = "2021" license = "MIT OR Apache-2.0"