diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d63cb3..a77cb75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The sections should follow the order `Apps`, `Added`, `Changed`, `Fixed`, `Packaging` and `Removed`. +## [0.4.1] - 2022-01-31 + +### Fixed +- Selection counter never decreasing. + ## [0.4] - 2022-01-30 ### Apps @@ -42,7 +47,6 @@ and `Removed`. ### Packaging - For Arch-based users, UAD is now available in the AUR: `universal-android-debloater-bin` (binary) and `universal-android-debloater` (from source) - ## [0.3] - 2021-10-10 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3c1d960..cf1ada6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2252,7 +2252,7 @@ dependencies = [ [[package]] name = "uad_gui" -version = "0.4.0" +version = "0.4.1" dependencies = [ "chrono", "dirs", diff --git a/Cargo.toml b/Cargo.toml index fdff966..f263de3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uad_gui" description = "A cross-platform GUI debloater for android devices" -version = "0.4.0" +version = "0.4.1" authors = ["w1nst0n"] license = "GPL-3.0" homepage = "https://github.com/0x192/universal-android-debloater"