From b783b75347e394b11094379136c6816bf8f61c5f Mon Sep 17 00:00:00 2001 From: Thom May Date: Wed, 22 Apr 2015 12:07:53 +0100 Subject: prepare 11.18.8 --- CHANGELOG.md | 5 +++++ lib/chef/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1