From a3a11f945c4949c85f1952f21fc69583d6339327 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Mon, 31 May 2021 17:00:47 -0700 Subject: [PATCH] release 0.5.1 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e267c4..e0958c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v0.5.1](https://github.com/kenyon/puppet-bind/tree/v0.5.1) (2021-05-31) + +[Full Changelog](https://github.com/kenyon/puppet-bind/compare/v0.5.0...v0.5.1) + +### Fixed + +- Alphabetize and fix generation of docs [\#6](https://github.com/kenyon/puppet-bind/pull/6) ([kenyon](https://github.com/kenyon)) + ## [v0.5.0](https://github.com/kenyon/puppet-bind/tree/v0.5.0) (2021-05-09) [Full Changelog](https://github.com/kenyon/puppet-bind/compare/v0.4.0...v0.5.0) diff --git a/metadata.json b/metadata.json index b684c74..bfb5607 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "kenyon-bind", - "version": "0.5.1-rc0", + "version": "0.5.1", "author": "Kenyon Ralph", "summary": "Manage the BIND name server and DNS zones", "license": "AGPL-3.0-or-later",