summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/ohai/version.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 34683cd3..73bc8077 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Ohai Changelog
-## 7.4.0:
+## Last Release: 7.2.2
* [**Phil Dibowitz**:](https://github.com/jaymzh)
Use lsblk instead of blkid if available.
@@ -8,7 +8,7 @@
linux::filesystem now reads all of /proc/mounts instead of just 4K
-## Last Release: 7.2.0
+## Release: 7.2.0
* [**Lance Bragstad**:](https://github.com/lbragstad)
Added platform_family support for ibm_powerkvm (OHAI-558)
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index b0e90a66..3be75f4b 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.2.0'
+ VERSION = '7.2.2'
end