diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a84e17b..64fe6b7a 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-tomcat/tree/v6.1.0) (2021-08-31) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-tomcat/compare/v6.0.0...v6.1.0) + +### Added + +- pdksync - \(IAC-1709\) - Add Support for Debian 11 [\#468](https://github.com/puppetlabs/puppetlabs-tomcat/pull/468) ([david22swan](https://github.com/david22swan)) + +### Fixed + +- \(IAC-1741\) Allow stdlib v8.0.0 [\#469](https://github.com/puppetlabs/puppetlabs-tomcat/pull/469) ([david22swan](https://github.com/david22swan)) + ## [v6.0.0](https://github.com/puppetlabs/puppetlabs-tomcat/tree/v6.0.0) (2021-07-26) [Full Changelog](https://github.com/puppetlabs/puppetlabs-tomcat/compare/v5.1.0...v6.0.0) diff --git a/metadata.json b/metadata.json index c4acf23c..7be88d65 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-tomcat", - "version": "6.0.0", + "version": "6.1.0", "author": "puppetlabs", "summary": "Installs, deploys, and configures Apache Tomcat web services.", "license": "Apache-2.0",