diff --git a/CHANGELOG.md b/CHANGELOG.md index d74270d..5af34c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ full account is in [CHANGES.md](CHANGES.md#040). ## [Unreleased] +## [0.4.2](https://github.com/Remade-With-Rust/rusty_jpeg/compare/v0.4.1...v0.4.2) - 2026-09-06 + +### Other + +- 1,168 active installs + ## [0.4.1](https://github.com/Remade-With-Rust/rusty_jpeg/compare/v0.4.0...v0.4.1) - 2026-09-03 ### Other diff --git a/Cargo.toml b/Cargo.toml index b8b4e75..2279fd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_jpeg" -version = "0.4.1" +version = "0.4.2" edition = "2021" license = "(MIT OR Apache-2.0) AND IJG" repository = "https://github.com/Remade-With-Rust/rusty_jpeg"