summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--lib/ohai/version.rb2
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2132007..1e391c71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Ohai Changelog
-## Release: 7.6.0
+## Release: 7.4.1
+
+* Remove ffi_yajl monkeypatching
+
+## Release: 7.4.0
* Add Powershell plugin
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 4c1ecc87..27777656 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = '7.4.0'
+ VERSION = '7.4.1'
end