From 97962b0b419b02c5bf6263a024a2391dd1094980 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 17 Sep 2024 14:33:48 +0000 Subject: [PATCH] Release prep v2.0.0 --- CHANGELOG.md | 8 ++++++++ lib/puppet/modulebuilder/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c355c44..1431f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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). +## [v2.0.0](https://github.com/puppetlabs/puppet-modulebuilder/tree/v2.0.0) - 2024-09-17 + +[Full Changelog](https://github.com/puppetlabs/puppet-modulebuilder/compare/v1.1.0...v2.0.0) + +### Changed + +- Implement allowlist for puppet module content [#79](https://github.com/puppetlabs/puppet-modulebuilder/pull/79) ([bastelfreak](https://github.com/bastelfreak)) + ## [v1.1.0](https://github.com/puppetlabs/puppet-modulebuilder/tree/v1.1.0) - 2024-09-17 [Full Changelog](https://github.com/puppetlabs/puppet-modulebuilder/compare/v1.0.0...v1.1.0) diff --git a/lib/puppet/modulebuilder/version.rb b/lib/puppet/modulebuilder/version.rb index 1a53d80..18d669b 100644 --- a/lib/puppet/modulebuilder/version.rb +++ b/lib/puppet/modulebuilder/version.rb @@ -2,6 +2,6 @@ module Puppet module Modulebuilder - VERSION = '1.1.0' + VERSION = '2.0.0' end end