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, 5 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 8a377950dd..9ea05b4182 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2076,7 +2076,7 @@ dependencies = [ [[package]] name = "installer-downloader" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "async-trait", diff --git a/installer-downloader/CHANGELOG.md b/installer-downloader/CHANGELOG.md index 36727ed46d..c9aefe3ba2 100644 --- a/installer-downloader/CHANGELOG.md +++ b/installer-downloader/CHANGELOG.md @@ -20,5 +20,7 @@ Line wrap the file at 100 chars. Th * **Security**: in case of vulnerabilities. ## [Unreleased] + +## [0.2.0] - 2025-04-08 - Initial support for downloading and installing the latest version of the Mullvad VPN app on - Windows and macOS.
\ No newline at end of file + Windows and macOS. diff --git a/installer-downloader/Cargo.toml b/installer-downloader/Cargo.toml index c24011d126..bb99b592fb 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.1.0" +version = "0.2.0" publish = false authors.workspace = true repository.workspace = true |
