diff --git a/CHANGELOG.md b/CHANGELOG.md index dda56481..3b2a585d 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). +## [v2.1.1](https://github.com/puppetlabs/puppetlabs-pe_status_check/tree/v2.1.1) (2022-07-11) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-pe_status_check/compare/v2.1.0...v2.1.1) + +### Fixed + +- \(SUP-3452\) Handle hostcert path missing [\#145](https://github.com/puppetlabs/puppetlabs-pe_status_check/pull/145) ([MartyEwings](https://github.com/MartyEwings)) + ## [v2.1.0](https://github.com/puppetlabs/puppetlabs-pe_status_check/tree/v2.1.0) (2022-07-08) [Full Changelog](https://github.com/puppetlabs/puppetlabs-pe_status_check/compare/v2.0.2...v2.1.0) diff --git a/metadata.json b/metadata.json index 7ef315b5..b601b9a6 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-pe_status_check", - "version": "2.1.0", + "version": "2.1.1", "author": "Marty Ewings", "summary": "A Puppet Enterprise Module to Promote Preventative Maintenance and Self Service", "license": "Apache-2.0",