Update CHANGELOG

This commit is contained in:
Davide De Rosa 2018-10-18 14:03:33 +02:00
parent 46a8f72039
commit 116d35db79
2 changed files with 14 additions and 1 deletions

View File

@ -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

View File

@ -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))