diff --git a/CHANGELOG.md b/CHANGELOG.md index 456f78b3db69950de0e501bf6da472a71bd6339f..1b500ebb596a839b9f09e30e0f88fbde80066dde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.0](https://github.com/voxpupuli/puppet-smokeping/tree/v5.0.0) (2019-05-07) + +[Full Changelog](https://github.com/voxpupuli/puppet-smokeping/compare/v4.0.0...v5.0.0) + +**Breaking changes:** + +- modulesync 2.7.0 and drop puppet 4 [\#106](https://github.com/voxpupuli/puppet-smokeping/pull/106) ([bastelfreak](https://github.com/bastelfreak)) + +**Merged pull requests:** + +- Allow puppetlabs/apache 4.x [\#107](https://github.com/voxpupuli/puppet-smokeping/pull/107) ([dhoppe](https://github.com/dhoppe)) +- modulesync 2.2.0 and allow puppet 6.x [\#103](https://github.com/voxpupuli/puppet-smokeping/pull/103) ([bastelfreak](https://github.com/bastelfreak)) + ## [v4.0.0](https://github.com/voxpupuli/puppet-smokeping/tree/v4.0.0) (2018-09-17) [Full Changelog](https://github.com/voxpupuli/puppet-smokeping/compare/v3.1.1...v4.0.0) diff --git a/metadata.json b/metadata.json index f45534efa3ea618575b4f9bfc736c473e3d8bbdc..07da96fe3c81eef70789fb78bd490887cb615f89 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-smokeping", - "version": "4.0.1-rc0", + "version": "5.0.0", "author": "Vox Pupuli", "license": "Apache-2.0", "summary": "SmokePing module for master/slave or single instance",