Set release date and notes
This commit is contained in:
parent
35eddf8cd7
commit
8e51dd0f5e
|
@ -5,17 +5,14 @@ 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
|
||||
|
||||
- Profile sometimes not connecting right after add.
|
||||
|
||||
## 1.0.2 Beta 1315 (2019-03-03)
|
||||
## 1.0.2 (2019-03-04)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Profile sometimes not connecting right after add.
|
||||
- Custom DNS servers were not applied.
|
||||
- Shut down if server uses compression at all.
|
||||
- Broken link to SwiftGen license.
|
||||
- Custom DNS servers were not applied.
|
||||
|
||||
## 1.0.1 (2019-02-27)
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
- Shut down if server pushes a compression directive.
|
||||
- Override DNS servers via `dhcp-option DNS`.
|
||||
- About link to FAQ.
|
||||
- Only enable EKU verification if `remote-cert-tls server`.
|
||||
- Retain DNS reply order in resolved endpoint addresses.
|
||||
### Fixed
|
||||
|
||||
- Profile sometimes not connecting right after add.
|
||||
- Custom DNS servers were not applied.
|
||||
- Shut down if server uses compression at all.
|
||||
- Broken link to SwiftGen license.
|
||||
|
|
Loading…
Reference in New Issue