summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--lib/chef/version.rb2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9cb12c4ff8..a1a6517aa8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Chef Client Changelog
+## 11.18.14
+* Omnibus security updates for OpenSSL vulnerability CVE-2015-1793
+
## 11.18.12
* Omnibus security updates for OpenSSL vulnerabilities CVE-2015-0286,
CVE-2015-0287, CVE-2015-0289, CVE-2015-0292, CVE-2015-0293,
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index f7607a6c00..37d53cad78 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.12'
+ VERSION = '11.18.14'
end
# NOTE: the Chef::Version class is defined in version_class.rb