Skip to content

Commit 4513ea5

Browse files
Merge pull request #1423 from puppetlabs/maint-prep-5.0.2
(maint) Prep 5.0.2 #patch release
2 parents bca803f + 928b97d commit 4513ea5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.mkd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ CHANGELOG
44
Unreleased
55
----------
66

7+
5.0.2
8+
-----
9+
710
- Revert "Limit Rugged Control Repo refspec to only clone refs/heads" [#1422](https://github.com/puppetlabs/r10k/pull/1422)
811

912
5.0.1

lib/r10k/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ module R10K
22
# When updating to a new major (X) or minor (Y) version, include `#major` or
33
# `#minor` (respectively) in your commit message to trigger the appropriate
44
# release. Otherwise, a new patch (Z) version will be released.
5-
VERSION = '5.0.1'
5+
VERSION = '5.0.2'
66
end

0 commit comments

Comments
 (0)