summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2021-04-27 11:32:46 +0200
committerLinus Färnstrand <linus@mullvad.net>2021-04-28 10:10:53 +0200
commit65c5103bdd5c3a31fbf06d222351b3b8dcc8b2ea (patch)
tree26f2ee804dcd11d448e4e0be35f096c0ec2debe8
parent31e5532f326596cf9f6d497bb72d1950ac207796 (diff)
downloadmullvadvpn-65c5103bdd5c3a31fbf06d222351b3b8dcc8b2ea.tar.xz
mullvadvpn-65c5103bdd5c3a31fbf06d222351b3b8dcc8b2ea.zip
Add 2021.3 desktop changelog entry and bump versions
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock12
-rw-r--r--dist-assets/windows/version.h2
-rw-r--r--gui/package-lock.json4
-rw-r--r--gui/package.json2
-rw-r--r--mullvad-cli/Cargo.toml2
-rw-r--r--mullvad-daemon/Cargo.toml2
-rw-r--r--mullvad-exclude/Cargo.toml2
-rw-r--r--mullvad-problem-report/Cargo.toml2
-rw-r--r--mullvad-setup/Cargo.toml2
-rw-r--r--talpid-openvpn-plugin/Cargo.toml2
11 files changed, 22 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a7eaf8239..8b29bbfcfb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -61,6 +61,12 @@ Line wrap the file at 100 chars. Th
connect after it is granted.
+## [2021.3] - 2021-04-28
+This release is for desktop only.
+
+This release is identical to 2021.3-beta2
+
+
## [2021.3-beta2] - 2021-04-22
This release is for Windows only.
This release has no functional changes compared to 2021.3-beta1. The only
diff --git a/Cargo.lock b/Cargo.lock
index ba268bd416..66d327ae81 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1250,7 +1250,7 @@ dependencies = [
[[package]]
name = "mullvad-cli"
-version = "2021.3.0-beta2"
+version = "2021.3.0"
dependencies = [
"base64 0.13.0",
"chrono",
@@ -1272,7 +1272,7 @@ dependencies = [
[[package]]
name = "mullvad-daemon"
-version = "2021.3.0-beta2"
+version = "2021.3.0"
dependencies = [
"android_logger",
"cfg-if 1.0.0",
@@ -1313,7 +1313,7 @@ dependencies = [
[[package]]
name = "mullvad-exclude"
-version = "2021.3.0-beta2"
+version = "2021.3.0"
dependencies = [
"err-derive 0.3.0",
"nix 0.19.1",
@@ -1373,7 +1373,7 @@ dependencies = [
[[package]]
name = "mullvad-problem-report"
-version = "2021.3.0-beta2"
+version = "2021.3.0"
dependencies = [
"clap",
"dirs-next",
@@ -1422,7 +1422,7 @@ dependencies = [
[[package]]
name = "mullvad-setup"
-version = "2021.3.0-beta2"
+version = "2021.3.0"
dependencies = [
"clap",
"env_logger 0.8.2",
@@ -2681,7 +2681,7 @@ dependencies = [
[[package]]
name = "talpid-openvpn-plugin"
-version = "2021.3.0-beta2"
+version = "2021.3.0"
dependencies = [
"env_logger 0.8.2",
"err-derive 0.3.0",
diff --git a/dist-assets/windows/version.h b/dist-assets/windows/version.h
index cd074b275b..678dd35e25 100644
--- a/dist-assets/windows/version.h
+++ b/dist-assets/windows/version.h
@@ -1,4 +1,4 @@
#define MAJOR_VERSION 2021
#define MINOR_VERSION 3
#define PATCH_VERSION 0
-#define PRODUCT_VERSION "2021.3-beta2"
+#define PRODUCT_VERSION "2021.3"
diff --git a/gui/package-lock.json b/gui/package-lock.json
index f419b9c57f..c8e93f84b6 100644
--- a/gui/package-lock.json
+++ b/gui/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mullvad-vpn",
- "version": "2021.3.0-beta2",
+ "version": "2021.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mullvad-vpn",
- "version": "2021.3.0-beta2",
+ "version": "2021.3.0",
"hasInstallScript": true,
"license": "GPL-3.0",
"dependencies": {
diff --git a/gui/package.json b/gui/package.json
index e99eacf2dd..fc6da38ab1 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2021.3.0-beta2",
+ "version": "2021.3.0",
"productName": "Mullvad VPN",
"private": true,
"description": "Mullvad VPN client",
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index f996596968..1fdf49f13b 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-cli"
-version = "2021.3.0-beta2"
+version = "2021.3.0"
authors = ["Mullvad VPN"]
description = "Manage the Mullvad VPN daemon via a convenient CLI"
license = "GPL-3.0"
diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml
index a39007cbf8..dfbfb7e8ec 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-daemon"
-version = "2021.3.0-beta2"
+version = "2021.3.0"
authors = ["Mullvad VPN"]
description = "Mullvad VPN daemon. Runs and controls the VPN tunnels"
license = "GPL-3.0"
diff --git a/mullvad-exclude/Cargo.toml b/mullvad-exclude/Cargo.toml
index 1306189e0c..2347d084ad 100644
--- a/mullvad-exclude/Cargo.toml
+++ b/mullvad-exclude/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-exclude"
-version = "2021.3.0-beta2"
+version = "2021.3.0"
authors = ["Mullvad VPN"]
license = "GPL-3.0"
edition = "2018"
diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml
index 21bd437c2d..17c8c3c45b 100644
--- a/mullvad-problem-report/Cargo.toml
+++ b/mullvad-problem-report/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-problem-report"
-version = "2021.3.0-beta2"
+version = "2021.3.0"
authors = ["Mullvad VPN"]
description = "Collect Mullvad VPN logs into a report and send it to support"
license = "GPL-3.0"
diff --git a/mullvad-setup/Cargo.toml b/mullvad-setup/Cargo.toml
index 19e9f1169a..f3a2917aae 100644
--- a/mullvad-setup/Cargo.toml
+++ b/mullvad-setup/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-setup"
-version = "2021.3.0-beta2"
+version = "2021.3.0"
authors = ["Mullvad VPN"]
description = "Tool used to manage daemon setup"
license = "GPL-3.0"
diff --git a/talpid-openvpn-plugin/Cargo.toml b/talpid-openvpn-plugin/Cargo.toml
index ecda9a35ec..e216c8b788 100644
--- a/talpid-openvpn-plugin/Cargo.toml
+++ b/talpid-openvpn-plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "talpid-openvpn-plugin"
-version = "2021.3.0-beta2"
+version = "2021.3.0"
authors = ["Mullvad VPN"]
description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core"
license = "GPL-3.0"