summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-12-15 21:54:31 -0800
committerSerdar Sutay <serdar@opscode.com>2014-12-15 21:54:31 -0800
commitd7726a89e625c22da4bdee1e118b3e04d333f6c2 (patch)
tree54490012535a213b60187fea302247d7d80b1bef
parent76be760a5a6ecdb33feb56bf134f5e3971572b4d (diff)
downloadchef-d7726a89e625c22da4bdee1e118b3e04d333f6c2.tar.gz
Bump version number for 12.0.2 release.12.0.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--lib/chef/version.rb2
2 files changed, 3 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b6b3a3771..bcdabf7d4b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 12.0.2 (Unreleased)
+## 12.0.2
* [Issue 2578](https://github.com/opscode/chef/issues/2578) Check that `installed` is not empty for `keg_only` formula in Homebrew provider
* [Issue 2609](https://github.com/opscode/chef/issues/2609) Resolve the circular dependency between ProviderResolver and Resource.
* [Issue 2596](https://github.com/opscode/chef/issues/2596) Fix nodes not writing to disk
@@ -7,11 +7,9 @@
* [Pull 2630](https://github.com/opscode/chef/pull/2630) Improve knife's SSL error messaging
* [Issue 2602](https://github.com/opscode/chef/issues/2602) Fix `subscribes` resource notifications.
* [Issue 2606](https://github.com/opscode/chef/issues/2606) chef 12 ignores default_release for apt_package
-
-
* [**BackSlasher**](https://github.com/BackSlasher)
[Issue 2634](https://github.com/opscode/chef/issues/2634) Fix `option ':command' is not a valid option` error in subversion provider.
- * [**Seth Vargo**](https://github.com/sethvargo)
+* [**Seth Vargo**](https://github.com/sethvargo)
[Issue 2345](https://github.com/opscode/chef/issues/2345) Allow knife to install cookbooks with metadata.json.
## 12.0.1
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index d7facec637..8ef32a6de3 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -17,7 +17,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '12.0.1'
+ VERSION = '12.0.2'
end
#