Set release date
This commit is contained in:
parent
394ee1b56a
commit
604f76320d
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -5,13 +5,15 @@ 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
|
||||
## 1.6.0 (2019-04-06)
|
||||
|
||||
### Added
|
||||
|
||||
- Handle `dhcp-option DOMAIN`. [#77](https://github.com/keeshux/tunnelkit/issues/77)
|
||||
|
||||
### Changed
|
||||
|
||||
- Refactor options parser into `OptionsBundle` for reuse.
|
||||
- Group `SessionReply.*` fields into `SessionReply.options`.
|
||||
- Rename `ConfigurationParser.ParsingError` to `OptionsError`.
|
||||
- Refactor configuration parser for reuse.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
Loading…
Reference in New Issue