From 791f25131f3edb867cd0a3d1a7c39b08d9f277b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Thu, 15 Feb 2018 12:24:48 +0100 Subject: [PATCH] Update changelog and version --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3562f71fc8b1..66984c1c5071 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 b058edf1e75d..ed807ca2c970 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": {