diff --git a/CHANGELOG.md b/CHANGELOG.md index 1431f5a..88870e3 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.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) + +### Fixed + +- (bug) - Add lib dir to built modules [#100](https://github.com/puppetlabs/puppet-modulebuilder/pull/100) ([jordanbreen28](https://github.com/jordanbreen28)) + ## [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) diff --git a/lib/puppet/modulebuilder/version.rb b/lib/puppet/modulebuilder/version.rb index 18d669b..49a1963 100644 --- a/lib/puppet/modulebuilder/version.rb +++ b/lib/puppet/modulebuilder/version.rb @@ -2,6 +2,6 @@ module Puppet module Modulebuilder - VERSION = '2.0.0' + VERSION = '2.0.1' end end