diff --git a/CHANGELOG.md b/CHANGELOG.md index c90b736..11678cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ ### Changed ### Removed +## [0.29.0] +### Added +### Changed +- Bump `zip` 0.5 -> 0.6 +- Bump `quick-xml` 0.20 -> 0.22 +### Removed + ## [0.28.0] ### Added ### Changed diff --git a/Cargo.toml b/Cargo.toml index b0ca842..772ddd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "self_update" -version = "0.28.0" +version = "0.29.0" description = "Self updates for standalone executables" repository = "https://github.com/jaemk/self_update" keywords = ["update", "upgrade", "download", "release"]