Update CHANGELOG properly
This commit is contained in:
parent
723b8b734c
commit
cc5655e0a8
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -5,6 +5,12 @@ 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).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Credentials are now optional for host profiles. [#4](https://github.com/keeshux/passepartout-ios/pull/4)
|
||||
|
||||
## 1.0 beta 1018 (2018-10-18)
|
||||
|
||||
### Changed
|
||||
|
@ -15,14 +21,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Added
|
||||
|
||||
- AES-GCM and new endpoints to PIA network preset.
|
||||
- AES-GCM and new endpoints to PIA network preset. [tunnelkit#32](https://github.com/keeshux/tunnelkit/pull/32)
|
||||
- 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`.
|
||||
- Can now import .ovpn files from Apple Files app. [#1](https://github.com/keeshux/passepartout-ios/pull/1)
|
||||
- Reject unrecognized values for `cipher`, `auth` and `proto`. [#1](https://github.com/keeshux/passepartout-ios/pull/1)
|
||||
|
||||
## 1.0 beta 989 (2018-10-16)
|
||||
|
||||
|
|
Loading…
Reference in New Issue