summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-12 23:39:11 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-12 23:39:11 +0000
commit6d9bd5e5480f22035555a2adfbe69d171264e70e (patch)
treeed1c3d58bee8af97517b4a72303e25b9999d46ef
parent7d3537507241697a6daf683048488ab2bdb8fb8b (diff)
downloadohai-16.4.11.tar.gz
Bump version to 16.4.11 by Chef Expeditorv16.4.11
Obvious fix; these changes are the result of automation not creative thinking.
-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 07eeefd6..378b389e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.4.10 -->
-## [v16.4.10](https://github.com/chef/ohai/tree/v16.4.10) (2020-08-12)
+<!-- latest_release 16.4.11 -->
+## [v16.4.11](https://github.com/chef/ohai/tree/v16.4.11) (2020-08-12)
#### Merged Pull Requests
-- Use rubocop-performance to enforce some best practices [#1495](https://github.com/chef/ohai/pull/1495) ([tas50](https://github.com/tas50))
+- Optimize 2 of our requires [#1497](https://github.com/chef/ohai/pull/1497) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.3.2 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Optimize 2 of our requires [#1497](https://github.com/chef/ohai/pull/1497) ([tas50](https://github.com/tas50)) <!-- 16.4.11 -->
- 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 -->
diff --git a/VERSION b/VERSION
index d659a6fc..e5abbb9b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.4.10 \ No newline at end of file
+16.4.11 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index f05d79b7..06289c18 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.10".freeze
+ VERSION = "16.4.11".freeze
end