Set release date

This commit is contained in:
Davide De Rosa 2019-04-06 16:57:56 +02:00
parent 394ee1b56a
commit 604f76320d
1 changed files with 6 additions and 4 deletions

View File

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