diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dad482..35af5b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ## [unreleased] ### Added ### Changed +### Removed + +## [0.25.0] +### Added +### Changed - Fix io error triggered when updating binary contained in a zipped folder. - Fix issues updating Windows binaries on non-`C:` drives. ### Removed diff --git a/Cargo.toml b/Cargo.toml index e613994..27d23da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "self_update" -version = "0.24.0" +version = "0.25.0" description = "Self updates for standalone executables" repository = "https://github.com/jaemk/self_update" keywords = ["update", "upgrade", "download", "release"]