summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorErik Larkö <erik@mullvad.net>2018-02-20 16:53:13 +0100
committerErik Larkö <erik@mullvad.net>2018-02-20 16:53:13 +0100
commit108f12d0f7434d4acddcc2f88ba4793a81b38e2c (patch)
treee6a5f117bf7eb3ae86609dc25e78b51b6cadb5fb
parent9840bf447347fecf90415fca4c33b6be575daa6a (diff)
parent77a5f0271ef67f3dc608d5c863dd1902282b7e3c (diff)
downloadmullvadvpn-108f12d0f7434d4acddcc2f88ba4793a81b38e2c.tar.xz
mullvadvpn-108f12d0f7434d4acddcc2f88ba4793a81b38e2c.zip
Merge branch 'beta10'
-rw-r--r--CHANGELOG.md14
-rw-r--r--package.json2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3562f71fc8..66984c1c50 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]
+## [2018.1-beta10] - 2018-02-13
+### Added
+- Show the app version in the settings view.
+
+### Changed
+- Require confirmation when sending problem reports without an email address.
+
+### Fixed
+- Fix erroneous styles in the settings view.
+
+### Security
+- Update the CRL with newly revoked server certificates.
+
+
## [2018.1-beta9] - 2018-01-30
### Added
- Uses the https://am.i.mullvad.net/ service to figure out location and public IP of the device.
diff --git a/package.json b/package.json
index 52a84650aa..b55484a440 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mullvad-vpn",
- "version": "2018.1.0-beta9",
+ "version": "2018.1.0-beta10",
"description": "Mullvad VPN client",
"main": "init.js",
"author": {