diff --git a/CHANGELOG.md b/CHANGELOG.md index 3613fcca..aae82048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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). +## [v7.1.1](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/tree/v7.1.1) (2022-09-29) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/compare/v7.1.0...v7.1.1) + +### Fixed + +- \(SUP-3681\) Check for valid status key in metrics [\#166](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/pull/166) ([m0dular](https://github.com/m0dular)) +- \(SUP-2734\) Collection to use FQDN to connect to the PuppetDB instance when runniā€¦ [\#163](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/pull/163) ([elainemccloskey](https://github.com/elainemccloskey)) + ## [v7.1.0](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/tree/v7.1.0) (2022-07-19) [Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/compare/v7.0.5...v7.1.0) diff --git a/metadata.json b/metadata.json index 74779f6f..d1da3b75 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-puppet_metrics_collector", - "version": "7.1.0", + "version": "7.1.1", "author": "puppetlabs", "summary": "A Puppet module for gathering metrics from PE components", "license": "Apache-2.0",