diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a1536b..2ff187b 100644 --- a/CHANGELOG.md +++ b/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