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 52c6182b..2020ddba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.7.15 -->
-## [v16.7.15](https://github.com/chef/ohai/tree/v16.7.15) (2020-11-07)
+<!-- latest_release 16.7.16 -->
+## [v16.7.16](https://github.com/chef/ohai/tree/v16.7.16) (2020-11-07)
#### Merged Pull Requests
-- Fix parsing of hostnamectl to support values with colons [#1560](https://github.com/chef/ohai/pull/1560) ([tas50](https://github.com/tas50))
+- Remove regex anchors in the Linux Memory plugin [#1563](https://github.com/chef/ohai/pull/1563) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.6.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Remove regex anchors in the Linux Memory plugin [#1563](https://github.com/chef/ohai/pull/1563) ([tas50](https://github.com/tas50)) <!-- 16.7.16 -->
- Fix parsing of hostnamectl to support values with colons [#1560](https://github.com/chef/ohai/pull/1560) ([tas50](https://github.com/tas50)) <!-- 16.7.15 -->
- Collapse duplicate branches in case statements [#1558](https://github.com/chef/ohai/pull/1558) ([tas50](https://github.com/tas50)) <!-- 16.7.14 -->
- Speedup the slowest spec by running fewer plugins [#1556](https://github.com/chef/ohai/pull/1556) ([tas50](https://github.com/tas50)) <!-- 16.7.13 -->
diff --git a/VERSION b/VERSION
index 17079916..3bc1bf66 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.7.15 \ No newline at end of file
+16.7.16 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index f605cf15..c932884e 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.7.15"
+ VERSION = "16.7.16"
end