summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2015-05-21 13:23:46 +0100
committerThom May <thom@chef.io>2015-05-21 13:23:46 +0100
commite49fb8564888c10055f24e42bc83586a0475ef35 (patch)
tree46d7c451b101b5bace032c58ff644566b340ffb2
parent1c427dc974f6ddc4aac16bfb466231a532bf0564 (diff)
downloadchef-e49fb8564888c10055f24e42bc83586a0475ef35.tar.gz
prep for 12.4.0 rc0
-rw-r--r--CHANGELOG.md3
-rw-r--r--lib/chef/version.rb2
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f2afbba04..cc05f5d4c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-## Unreleased
+## 12.4.0
+
* [**Phil Dibowitz**](https://github.com/jaymzh):
Fix multipackage and architectures
* [**Igor Shpakov**](https://github.com/Igorshp):
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 30ede54095..874bb31d83 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -17,7 +17,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '12.4.0.dev.0'
+ VERSION = '12.4.0.rc.0'
end
#