diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f2845..fdd269e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,27 +2,34 @@ # Changelog +## Release v0.3.0 + +- Allow disabling the default root hint zone so that you can have a mirror of the root zone +- Fix handling of backport packages +- Better ordering of named.conf fragments +- `resource_record` type and provider work. Still incomplete. + ## Release v0.2.1 -* Correctly update `metadata.json` and publish to Puppet Forge +- Correctly update `metadata.json` and publish to Puppet Forge ## Release v0.2.0 ### Features -* Rework package management parameters -* Add GitHub Actions workflows +- Rework package management parameters +- Add GitHub Actions workflows ### Known Issues -* Types and providers needed to manage DNS zones not complete +- Types and providers needed to manage DNS zones not complete ## Release v0.1.0 ### Features -* Recursive server management +- Recursive server management ### Known Issues -* Types and providers needed to manage DNS zones not complete +- Types and providers needed to manage DNS zones not complete diff --git a/metadata.json b/metadata.json index 7a74a23..5d77649 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "kenyon-bind", - "version": "0.2.1", + "version": "0.3.0", "author": "Kenyon Ralph", "summary": "Manage the BIND name server and DNS zones", "license": "AGPL-3.0-or-later",