summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-24 06:41:27 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-24 06:41:27 +0000
commit9da97f17562cb5e42f28f9740aa0b2301106b068 (patch)
treee6db0497cf0f196facb439c670eaa17675a8fd50
parent18b6b9510ea8c766076067e5a4b5b03a640b1556 (diff)
downloadohai-9da97f17562cb5e42f28f9740aa0b2301106b068.tar.gz
Bump version to 16.3.0 by Chef Expeditorv16.3.0
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 02d67c41..d04846e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.2.5 -->
-## [v16.2.5](https://github.com/chef/ohai/tree/v16.2.5) (2020-07-22)
+<!-- latest_release 16.3.0 -->
+## [v16.3.0](https://github.com/chef/ohai/tree/v16.3.0) (2020-07-24)
#### Merged Pull Requests
-- Handle IP to int conversion for inet + inet6 [#1477](https://github.com/chef/ohai/pull/1477) ([cooperlees](https://github.com/cooperlees))
+- Readme updates [#1482](https://github.com/chef/ohai/pull/1482) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.2.3 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Readme updates [#1482](https://github.com/chef/ohai/pull/1482) ([tas50](https://github.com/tas50)) <!-- 16.3.0 -->
- 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 d4e90579..377126f0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.2.5 \ No newline at end of file
+16.3.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 316e8e30..24d504cf 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.5".freeze
+ VERSION = "16.3.0".freeze
end