diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e95ca3f..7d996215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,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). +## [v10.0.0](https://github.com/puppetlabs/puppetlabs-ntp/tree/v10.0.0) (2023-04-06) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-ntp/compare/v9.2.2...v10.0.0) + +### Changed + +- \(CONT-790\) Add Support for Puppet 8 / Drop Support for Puppet 6 [\#674](https://github.com/puppetlabs/puppetlabs-ntp/pull/674) ([david22swan](https://github.com/david22swan)) + ## [v9.2.2](https://github.com/puppetlabs/puppetlabs-ntp/tree/v9.2.2) (2023-04-06) [Full Changelog](https://github.com/puppetlabs/puppetlabs-ntp/compare/v9.2.1...v9.2.2) @@ -100,14 +108,14 @@ All notable changes to this project will be documented in this file. The format - pdksync - \(FM-8581\) - Debian 10 added to travis and provision file refactored [\#552](https://github.com/puppetlabs/puppetlabs-ntp/pull/552) ([david22swan](https://github.com/david22swan)) - \(MODULES-10413\) Allow custom ntp user and daemon options [\#551](https://github.com/puppetlabs/puppetlabs-ntp/pull/551) ([david22swan](https://github.com/david22swan)) -### Fixed - -- pdksync - \(FM-7655\) Fix rubygems-update for ruby \< 2.3 [\#495](https://github.com/puppetlabs/puppetlabs-ntp/pull/495) ([tphoney](https://github.com/tphoney)) - ## [v8.2.0](https://github.com/puppetlabs/puppetlabs-ntp/tree/v8.2.0) (2019-12-09) [Full Changelog](https://github.com/puppetlabs/puppetlabs-ntp/compare/v8.1.0...v8.2.0) +### Added + +- FM-8407 - Add support on Debian 10 [\#528](https://github.com/puppetlabs/puppetlabs-ntp/pull/528) ([lionce](https://github.com/lionce)) + ## [v8.1.0](https://github.com/puppetlabs/puppetlabs-ntp/tree/v8.1.0) (2019-09-23) [Full Changelog](https://github.com/puppetlabs/puppetlabs-ntp/compare/v8.0.0...v8.1.0) @@ -138,13 +146,13 @@ All notable changes to this project will be documented in this file. The format ### Added -- FM-8407 - Add support on Debian 10 [\#528](https://github.com/puppetlabs/puppetlabs-ntp/pull/528) ([lionce](https://github.com/lionce)) - \(MODULES-8139\) - Add SLES 15 support [\#492](https://github.com/puppetlabs/puppetlabs-ntp/pull/492) ([eimlav](https://github.com/eimlav)) - \(MODULES-8098\) - Add logconfig option to config file [\#491](https://github.com/puppetlabs/puppetlabs-ntp/pull/491) ([eimlav](https://github.com/eimlav)) ### Fixed - \(FM-7719\) - Remove Amazon Linux and Arch Linux testing/support for ntp module [\#498](https://github.com/puppetlabs/puppetlabs-ntp/pull/498) ([david22swan](https://github.com/david22swan)) +- pdksync - \(FM-7655\) Fix rubygems-update for ruby \< 2.3 [\#495](https://github.com/puppetlabs/puppetlabs-ntp/pull/495) ([tphoney](https://github.com/tphoney)) ## [7.3.0](https://github.com/puppetlabs/puppetlabs-ntp/tree/7.3.0) (2018-09-27) diff --git a/metadata.json b/metadata.json index 47c23fca..c0a76f13 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-ntp", - "version": "9.2.2", + "version": "10.0.0", "author": "puppetlabs", "summary": "Installs, configures, and manages the NTP service.", "license": "Apache-2.0",