summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d5dea73..d9f789b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.0.31 -->
-## [v15.0.31](https://github.com/chef/ohai/tree/v15.0.31) (2019-04-10)
+<!-- latest_release 15.0.32 -->
+## [v15.0.32](https://github.com/chef/ohai/tree/v15.0.32) (2019-04-13)
#### Merged Pull Requests
-- Ohai::Util::FileHelper does not need to be loaded in this systemd_paths plugin [#1347](https://github.com/chef/ohai/pull/1347) ([burtlo](https://github.com/burtlo))
+- Adds mention of the style task [#1351](https://github.com/chef/ohai/pull/1351) ([burtlo](https://github.com/burtlo))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- Adds mention of the style task [#1351](https://github.com/chef/ohai/pull/1351) ([burtlo](https://github.com/burtlo)) <!-- 15.0.32 -->
- Ohai::Util::FileHelper does not need to be loaded in this systemd_paths plugin [#1347](https://github.com/chef/ohai/pull/1347) ([burtlo](https://github.com/burtlo)) <!-- 15.0.31 -->
- Loosen the mixlib pins to allow for new major releases [#1341](https://github.com/chef/ohai/pull/1341) ([tas50](https://github.com/tas50)) <!-- 15.0.30 -->
- Parse new /proc/meminfo fields [#1340](https://github.com/chef/ohai/pull/1340) ([davide125](https://github.com/davide125)) <!-- 15.0.29 -->
diff --git a/VERSION b/VERSION
index 72e0f24f..974a96d6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.31 \ No newline at end of file
+15.0.32 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 327983ed..4e2eabcc 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 = "15.0.31".freeze
+ VERSION = "15.0.32".freeze
end