diff --git a/CHANGELOG.mkd b/CHANGELOG.mkd index eb34379e2..a99749d72 100644 --- a/CHANGELOG.mkd +++ b/CHANGELOG.mkd @@ -3,6 +3,12 @@ CHANGELOG Unreleased ---------- + +4.0.2 +----- + +- Make metadata loading during incremental deploys more robust [PE-34917](https://perforce.atlassian.net/browse/PE-34917) +- Use the production forge for integration testing - (maint) Update beaker-pe to 3 [#1376](https://github.com/puppetlabs/r10k/pull/1376) - (maint) Stop puppet service during tests [#1377](https://github.com/puppetlabs/r10k/pull/1377) diff --git a/lib/r10k/version.rb b/lib/r10k/version.rb index 6fd644729..1424ac49b 100644 --- a/lib/r10k/version.rb +++ b/lib/r10k/version.rb @@ -2,5 +2,5 @@ module R10K # When updating to a new major (X) or minor (Y) version, include `#major` or # `#minor` (respectively) in your commit message to trigger the appropriate # release. Otherwise, a new patch (Z) version will be released. - VERSION = '4.0.1' + VERSION = '4.0.2' end