From baaa3cedd560b6066619df569b623ad052d8a641 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 18 Sep 2023 16:11:42 +0200 Subject: [PATCH] Release 10.1.0 --- CHANGELOG.md | 14 +++++++++++++- metadata.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e86bbfb..4290a9f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog -## [10.0.0](https://github.com/theforeman/puppet-dns/tree/10.0.0) (2023-05-10) +## [10.1.0](https://github.com/theforeman/puppet-dns/tree/10.1.0) (2023-09-18) + +[Full Changelog](https://github.com/theforeman/puppet-dns/compare/10.0.0...10.1.0) + +**Implemented enhancements:** + +- Relax dependencies [\#236](https://github.com/theforeman/puppet-dns/pull/236) ([smortex](https://github.com/smortex)) + +**Fixed bugs:** + +- Change sysconfig\_file for Debian/Ubuntu to '/etc/default/named' [\#238](https://github.com/theforeman/puppet-dns/pull/238) ([ekohl](https://github.com/ekohl)) + +## [10.0.0](https://github.com/theforeman/puppet-dns/tree/10.0.0) (2023-05-15) [Full Changelog](https://github.com/theforeman/puppet-dns/compare/9.6.0...10.0.0) diff --git a/metadata.json b/metadata.json index 73145f87..3693c386 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "theforeman-dns", - "version": "10.0.0", + "version": "10.1.0", "author": "theforeman", "summary": "Manage the ISC BIND daemon", "license": "Apache-2.0",