We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356c1e2 commit 7226648Copy full SHA for 7226648
CHANGELOG.md
@@ -3,7 +3,7 @@ rhsm Cookbook CHANGELOG
3
4
This file is used to list changes made in each version of the rhsm cookbook.
5
6
-0.1.0
+1.0.0
7
-----
8
- Initial release
9
metadata.rb
@@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Provides recipes to manage registration using RedHat Subscription Manager'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version '0.1.0'
+version '1.0.0'
supports 'redhat'
10
0 commit comments