We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00ee5f3 + a6099d0 commit 8dd238fCopy full SHA for 8dd238f
CHANGELOG.mkd
@@ -4,6 +4,10 @@ CHANGELOG
4
Unreleased
5
----------
6
7
+4.1.0
8
+-----
9
+
10
+- Allow jwt gem >= 2.8
11
- r10k::module::git: expose remote as getter [#1379](https://github.com/puppetlabs/r10k/pull/1379)
12
13
4.0.2
lib/r10k/version.rb
@@ -2,5 +2,5 @@ module R10K
2
# When updating to a new major (X) or minor (Y) version, include `#major` or
3
# `#minor` (respectively) in your commit message to trigger the appropriate
# release. Otherwise, a new patch (Z) version will be released.
- VERSION = '4.0.2'
+ VERSION = '4.1.0'
end
0 commit comments