diff options
author | Thom May <thom@chef.io> | 2015-04-30 17:47:41 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2015-04-30 17:47:41 +0100 |
commit | 20bbe94cf218ae1210db4869200cb0814ccdd837 (patch) | |
tree | 3da55f329436192d545c985438d57e583f718bba | |
parent | a495a78b62b9821554938682cfc1a8bcc6751128 (diff) | |
download | chef-20bbe94cf218ae1210db4869200cb0814ccdd837.tar.gz |
release 11.18.1211.18.12
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index be01d07a1f..9cb12c4ff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Chef Client Changelog -## 11.18.10 +## 11.18.12 * Omnibus security updates for OpenSSL vulnerabilities CVE-2015-0286, CVE-2015-0287, CVE-2015-0289, CVE-2015-0292, CVE-2015-0293, CVE-2015-0209, CVE-2015-0288 +## 11.18.10 +* Unreleased + ## 11.18.8 * Unreleased diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 250a34f7bc..f7607a6c00 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -16,7 +16,7 @@ class Chef CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))) - VERSION = '11.18.8' + VERSION = '11.18.12' end # NOTE: the Chef::Version class is defined in version_class.rb |