diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | installer-downloader/CHANGELOG.md | 4 | ||||
| -rw-r--r-- | installer-downloader/Cargo.toml | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 2e9cbf5864..0ad3b3adde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2087,7 +2087,7 @@ dependencies = [ [[package]] name = "installer-downloader" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "async-trait", diff --git a/installer-downloader/CHANGELOG.md b/installer-downloader/CHANGELOG.md index 10211d4e0c..6415407845 100644 --- a/installer-downloader/CHANGELOG.md +++ b/installer-downloader/CHANGELOG.md @@ -20,6 +20,9 @@ Line wrap the file at 100 chars. Th * **Security**: in case of vulnerabilities. ## [Unreleased] + + +## [0.3.0] - 2025-05-06 ### Added #### Windows - Add window icon. @@ -27,6 +30,7 @@ Line wrap the file at 100 chars. Th ### Changed - Changed title to "Mullvad VPN loader". + ## [0.2.0] - 2025-04-08 - Initial support for downloading and installing the latest version of the Mullvad VPN app on Windows and macOS. diff --git a/installer-downloader/Cargo.toml b/installer-downloader/Cargo.toml index 01eac790fd..9ca85511f1 100644 --- a/installer-downloader/Cargo.toml +++ b/installer-downloader/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "installer-downloader" description = "A secure minimal web installer for the Mullvad app" -version = "0.2.0" +version = "0.3.0" publish = false authors.workspace = true repository.workspace = true |
