diff --git a/CHANGELOG.md b/CHANGELOG.md index 1beba6e7..4a534a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [10.4.0](https://github.com/theforeman/puppet-dns/tree/10.4.0) (2024-05-15) + +[Full Changelog](https://github.com/theforeman/puppet-dns/compare/10.3.0...10.4.0) + +**Implemented enhancements:** + +- Add support for zone masterfile format [\#248](https://github.com/theforeman/puppet-dns/pull/248) ([jfroche](https://github.com/jfroche)) + ## [10.3.0](https://github.com/theforeman/puppet-dns/tree/10.3.0) (2024-02-19) [Full Changelog](https://github.com/theforeman/puppet-dns/compare/10.2.0...10.3.0) diff --git a/metadata.json b/metadata.json index f8a255b5..8115a945 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "theforeman-dns", - "version": "10.3.0", + "version": "10.4.0", "author": "theforeman", "summary": "Manage the ISC BIND daemon", "license": "Apache-2.0",