From 116d35db793ac12d4d0d856813400f3451394a31 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 18 Oct 2018 14:03:33 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ ci/build-number.sh | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b59d99..a147a373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.0 beta 1012 (2018-10-18) + +### Added + +- AES-GCM and new enpoints to PIA network preset. +- Disclosure indicators in profile organizer (Samuel Michaels). +- Disclaimer for app usage. + +### Fixed + +- Can now import .ovpn files from Apple Files app. +- Reject unrecognized values for `cipher`, `auth` and `proto`. + ## 1.0 beta 989 (2018-10-16) ### Fixed diff --git a/ci/build-number.sh b/ci/build-number.sh index ed7a8937..daca34fa 100755 --- a/ci/build-number.sh +++ b/ci/build-number.sh @@ -1,4 +1,4 @@ #!/bin/sh BASE=`agvtool what-version -terse` -COUNT=`git rev-list --count master` +COUNT=`git rev-list --count HEAD` echo $((BASE + COUNT))