diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc0ed5f..ae43da8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
 
 This file is used to list changes made in each version of nrpe
 
-# UNRELEASED
+# 1.4.12 
 * Added default['nrpe']['checks'] to store all checks as a node attribute
 * Removed Ruby 1.9.3 and added Ruby 2.2.0 to Travis
 * Make the yum-epel recipe optional with default['nrpe']['install_yum-epel']
diff --git a/metadata.rb b/metadata.rb
index 63d4912..83accfb 100644
--- a/metadata.rb
+++ b/metadata.rb
@@ -4,7 +4,7 @@
 license           'Apache 2.0'
 description       'Installs and configures Nagios NRPE client'
 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version           '1.4.11'
+version           '1.4.12'
 
 recipe 'default', 'Installs and configures a nrpe client'
 %w(build-essential yum-epel).each do |cb|