summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-22 20:06:19 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-22 20:06:19 +0000
commit3f0489d2cbcfbb49a9b9655cea6d3e5ef8da24dc (patch)
tree375108ef08ab0e345d56ccad49e07dfc9dc476fe
parent3b7a9890cf1ce329747cabadb78c9f1eb83e7a29 (diff)
downloadohai-3f0489d2cbcfbb49a9b9655cea6d3e5ef8da24dc.tar.gz
Bump version to 16.2.5 by Chef Expeditorv16.2.5
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 32390578..02d67c41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.2.4 -->
-## [v16.2.4](https://github.com/chef/ohai/tree/v16.2.4) (2020-07-07)
+<!-- latest_release 16.2.5 -->
+## [v16.2.5](https://github.com/chef/ohai/tree/v16.2.5) (2020-07-22)
#### Merged Pull Requests
-- Use .match? when we don&#39;t need the result [#1478](https://github.com/chef/ohai/pull/1478) ([tas50](https://github.com/tas50))
+- Handle IP to int conversion for inet + inet6 [#1477](https://github.com/chef/ohai/pull/1477) ([cooperlees](https://github.com/cooperlees))
<!-- latest_release -->
<!-- release_rollup since=16.2.3 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Handle IP to int conversion for inet + inet6 [#1477](https://github.com/chef/ohai/pull/1477) ([cooperlees](https://github.com/cooperlees)) <!-- 16.2.5 -->
- Use .match? when we don&#39;t need the result [#1478](https://github.com/chef/ohai/pull/1478) ([tas50](https://github.com/tas50)) <!-- 16.2.4 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index b045f481..d4e90579 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.2.4 \ No newline at end of file
+16.2.5 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index b6b04146..316e8e30 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.2.4".freeze
+ VERSION = "16.2.5".freeze
end