summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2015-04-22 12:07:53 +0100
committerThom May <thom@chef.io>2015-04-22 12:07:53 +0100
commitb783b75347e394b11094379136c6816bf8f61c5f (patch)
tree537866dc9a0ed944a0918b33949ed0a5dabb119f
parentf1d06436a89f933b9e533c21c7c60d099a90ccd9 (diff)
downloadchef-tm/11.18.8.tar.gz
prepare 11.18.8tm/11.18.8
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/chef/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 578031f594..d0e29b88de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Chef Client Changelog
+## 11.18.8
+* 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.6
* [Issue 2786](https://github.com/chef/chef/issues/2786) Bundle working version of cacerts because the
newest version does not work with AWS.
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index b00378dd7f..250a34f7bc 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.6'
+ VERSION = '11.18.8'
end
# NOTE: the Chef::Version class is defined in version_class.rb