diff --git a/CHANGELOG.mkd b/CHANGELOG.mkd index 17a9375b..6d45ae34 100644 --- a/CHANGELOG.mkd +++ b/CHANGELOG.mkd @@ -4,6 +4,9 @@ CHANGELOG Unreleased ---------- +3.16.2 +------ + - r10k::module::git: expose remote as getter [#1379](https://github.com/puppetlabs/r10k/pull/1379) 3.16.1 diff --git a/lib/r10k/version.rb b/lib/r10k/version.rb index 67eca680..384bd1e2 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 = '3.16.1' + VERSION = '3.16.2' end