diff --git a/CHANGELOG.md b/CHANGELOG.md index e52d5951..03fdadd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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). +## [v9.0.2](https://github.com/puppetlabs/puppetlabs-concat/tree/v9.0.2) - 2024-01-18 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/v9.0.1...v9.0.2) + +### Fixed + +- (CAT-1692) - Compatibility fix with puppet 7.14 [#804](https://github.com/puppetlabs/puppetlabs-concat/pull/804) ([Ramesh7](https://github.com/Ramesh7)) + ## [v9.0.1](https://github.com/puppetlabs/puppetlabs-concat/tree/v9.0.1) - 2023-11-28 [Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/v9.0.0...v9.0.1) diff --git a/metadata.json b/metadata.json index 49438fc8..a57902a7 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-concat", - "version": "9.0.1", + "version": "9.0.2", "author": "puppetlabs", "summary": "Construct files from multiple fragments.", "license": "Apache-2.0",