diff --git a/CHANGELOG.md b/CHANGELOG.md index 22f66b49..997f2204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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). +## [v6.1.0](https://github.com/puppetlabs/puppetlabs-motd/tree/v6.1.0) (2021-08-26) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-motd/compare/v6.0.0...v6.1.0) + +### Added + +- pdksync - \(IAC-1709\) - Add Support for Debian 11 [\#420](https://github.com/puppetlabs/puppetlabs-motd/pull/420) ([david22swan](https://github.com/david22swan)) + +### Fixed + +- \(IAC-1741\) Allow stdlib v8.0.0 [\#421](https://github.com/puppetlabs/puppetlabs-motd/pull/421) ([david22swan](https://github.com/david22swan)) + ## [v6.0.0](https://github.com/puppetlabs/puppetlabs-motd/tree/v6.0.0) (2021-05-10) [Full Changelog](https://github.com/puppetlabs/puppetlabs-motd/compare/v5.0.0...v6.0.0) diff --git a/metadata.json b/metadata.json index 8654a4a6..d2fcc747 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-motd", - "version": "6.0.0", + "version": "6.1.0", "author": "puppetlabs", "summary": "A simple module to demonstrate managing /etc/motd or Windows Logon Message as a template", "license": "Apache-2.0",