diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a1e204..5b06663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,20 @@ 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. -## [v1.3.0](https://github.com/lsst-it/puppet-daq/tree/v1.3.0) (2023-01-30) +## [v2.0.0](https://github.com/lsst-it/puppet-daq/tree/v2.0.0) (2023-06-23) + +[Full Changelog](https://github.com/lsst-it/puppet-daq/compare/v1.3.0...v2.0.0) + +**Breaking changes:** + +- \(plumbing\) drop support for puppet6 [\#16](https://github.com/lsst-it/puppet-daq/pull/16) ([jhoblitt](https://github.com/jhoblitt)) + +**Implemented enhancements:** + +- allow puppet/archive 7.x [\#20](https://github.com/lsst-it/puppet-daq/pull/20) ([jhoblitt](https://github.com/jhoblitt)) +- add support for puppet8 [\#17](https://github.com/lsst-it/puppet-daq/pull/17) ([jhoblitt](https://github.com/jhoblitt)) + +## [v1.3.0](https://github.com/lsst-it/puppet-daq/tree/v1.3.0) (2023-01-31) [Full Changelog](https://github.com/lsst-it/puppet-daq/compare/v1.2.0...v1.3.0) diff --git a/metadata.json b/metadata.json index 19b485f..a6b7816 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "lsst-daq", - "version": "1.3.1-rc0", + "version": "2.0.0", "author": "AURA/LSST", "summary": "Installs and configures LSST DAQ software", "license": "Apache-2.0",