diff --git a/CHANGELOG.md b/CHANGELOG.md index 343ffdf..a17a344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + + + +## [0.4.1] - 2021-07-19 + ### Fixed * Fixed version comparison bug in example plan @@ -78,4 +91,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [0.2.1]: https://github.com/bolterrific/puppet-github_inventory/compare/0.2.0...0.2.1 [0.3.0]: https://github.com/bolterrific/puppet-github_inventory/compare/0.2.1...0.3.0 [0.4.0]: https://github.com/bolterrific/puppet-github_inventory/compare/0.3.0...0.4.0 -[Unreleased]: https://github.com/bolterrific/puppet-github_inventory/compare/0.4.0...HEAD +[0.4.1]: https://github.com/bolterrific/puppet-github_inventory/compare/0.4.0...0.4.1 +[Unreleased]: https://github.com/bolterrific/puppet-github_inventory/compare/0.4.1...HEAD diff --git a/metadata.json b/metadata.json index f749aac..d050f4a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "bolterrific-github_inventory", - "version": "0.4.0", + "version": "0.4.1", "author": "Chris Tessmer", "summary": "A Bolt plugin that generates local Targets from GitHub org repositories", "license": "Apache-2.0",