From 0e1504556bdbf94c01923c23e1dfc00a8ccbb03e Mon Sep 17 00:00:00 2001 From: pitchum Date: Sun, 2 Dec 2018 11:50:51 +0100 Subject: [PATCH] [mod] Release v1.3.0 --- CHANGES.md | 35 +++++++++++++++++++++++++++++++++++ manifest.json | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..12878d7 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,35 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is (partially) based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## Unreleasead + + +## 1.3.0 - 2018-12-02 + +- [fix] Create a dedicated system user with proper sudo permissions. (#41) +- [fix] CSRF vulnerability (#43) + + +## 1.2.1 - 2018-09-10 + +- [fix] user/group = www-data in php-fpm config. + + +## 1.2.0 - 2018-09-06 + +- [fix] upgrade script is now functional +- [mod] lots of refactoring to apply app packaging best-practices + + +## 1.1.1 - 2018-04-06 + +- [fix] Sync the date with http if ntp can't (#37) + + +## 0.0.0 - 2016-05-14 + +First release + diff --git a/manifest.json b/manifest.json index a8f048a..0f242a3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "VPN Client", "id": "vpnclient", - "version": "1.2.1", + "version": "1.3.0", "packaging_format": 1, "description": { "en": "VPN Client",