From 6e0fdb9edf7729b619041a7e2fc456342a68b047 Mon Sep 17 00:00:00 2001 From: Thomas Merkel Date: Tue, 29 Oct 2019 21:35:29 +0100 Subject: [PATCH] update changelog --- Changelog.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Changelog.md b/Changelog.md index 47f335d..7fb6d75 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,23 @@ # Changelog +## 18.4.0 + +### New + +* Django-netmgt version bump to 0.0.13 with API and caching support. [Thomas Merkel] +* Add Lets Encrypt support to nginx configuration file. [Thomas Merkel] + +### Fix + +* Fix missing NETMGT_DEFAULT_NAMESERVERS_TTL. [Thomas Merkel] +* Remove dns from the socket name in gunicorn. [Thomas Merkel] + +### Other + +* Use tooling from core-base to setup netmgt. [Thomas Merkel] +* Using manifest.json by default. [Thomas Merkel] + Implement some tools provided in the core-base 18.4.x, additional cleanup and license updates + ## 14.2.4 ### Other