From 415180cb6b3fd9d31b076049d6c1de8fda0ac39d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 24 Sep 2024 08:40:21 +0000 Subject: [PATCH] Release prep v2.0.2 --- 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 88870e3..7eddd95 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.2](https://github.com/puppetlabs/puppet-modulebuilder/tree/v2.0.2) - 2024-09-24 + +[Full Changelog](https://github.com/puppetlabs/puppet-modulebuilder/compare/v2.0.1...v2.0.2) + +### Fixed + +- (bug) - Include missing function, facts.d and example dirs in module builds [#102](https://github.com/puppetlabs/puppet-modulebuilder/pull/102) ([jordanbreen28](https://github.com/jordanbreen28)) + ## [v2.0.1](https://github.com/puppetlabs/puppet-modulebuilder/tree/v2.0.1) - 2024-09-18 [Full Changelog](https://github.com/puppetlabs/puppet-modulebuilder/compare/v2.0.0...v2.0.1) diff --git a/lib/puppet/modulebuilder/version.rb b/lib/puppet/modulebuilder/version.rb index 49a1963..be3c0a3 100644 --- a/lib/puppet/modulebuilder/version.rb +++ b/lib/puppet/modulebuilder/version.rb @@ -2,6 +2,6 @@ module Puppet module Modulebuilder - VERSION = '2.0.1' + VERSION = '2.0.2' end end