diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f279642..7c11ea4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v5.0.1](https://github.com/voxpupuli/puppet-icinga2/tree/v5.0.1) (2024-05-23) + +[Full Changelog](https://github.com/voxpupuli/puppet-icinga2/compare/v5.0.0...v5.0.1) + +**Fixed bugs:** + +- Fix wrong module name [\#766](https://github.com/voxpupuli/puppet-icinga2/pull/766) ([lbetz](https://github.com/lbetz)) + ## [v5.0.0](https://github.com/voxpupuli/puppet-icinga2/tree/v5.0.0) (2024-05-23) [Full Changelog](https://github.com/voxpupuli/puppet-icinga2/compare/v4.2.1...v5.0.0) diff --git a/metadata.json b/metadata.json index f13b2a77..9a8936d9 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-icinga2", - "version": "5.0.1-rc0", + "version": "5.0.1", "author": "Vox Pupuli", "summary": "Icinga 2 Puppet Module", "license": "Apache-2.0",