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 5cfd1af5..07eeefd6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.4.9 -->
-## [v16.4.9](https://github.com/chef/ohai/tree/v16.4.9) (2020-08-12)
+<!-- latest_release 16.4.10 -->
+## [v16.4.10](https://github.com/chef/ohai/tree/v16.4.10) (2020-08-12)
#### Merged Pull Requests
-- Remove profile gemfile group for now [#1496](https://github.com/chef/ohai/pull/1496) ([tas50](https://github.com/tas50))
+- Use rubocop-performance to enforce some best practices [#1495](https://github.com/chef/ohai/pull/1495) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.3.2 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Use rubocop-performance to enforce some best practices [#1495](https://github.com/chef/ohai/pull/1495) ([tas50](https://github.com/tas50)) <!-- 16.4.10 -->
- Remove profile gemfile group for now [#1496](https://github.com/chef/ohai/pull/1496) ([tas50](https://github.com/tas50)) <!-- 16.4.9 -->
- Update network plugin to use ipaddr not ipaddress gem [#1493](https://github.com/chef/ohai/pull/1493) ([tas50](https://github.com/tas50)) <!-- 16.4.8 -->
- Remove non-Ohai requires from specs to prevent false positives [#1494](https://github.com/chef/ohai/pull/1494) ([tas50](https://github.com/tas50)) <!-- 16.4.7 -->
diff --git a/VERSION b/VERSION
index b82f9108..d659a6fc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.4.9 \ No newline at end of file
+16.4.10 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 3e2dcda9..f05d79b7 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 = "16.4.9".freeze
+ VERSION = "16.4.10".freeze
end