summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/chef/version.rb2
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