From 2b4adfdfa703c2a75eecfcb247a070066b584e10 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sat, 2 Nov 2019 19:04:47 +0100 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 613b1db..e92e932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog for kea-hook-runscript +## 1.3.0 (2019-11-02) + +New features: + +- Add support for DHCP option 60 (#12) + +Fixes: + +- Fix build against Kea 1.6 (#16) +- Fix build with older compilers + +Misc: + +- Licence code under the MPL + ## 1.2.0 (2019-01-24) - Allow to run the script asynchronously (by setting `wait=false`, see `README`)