summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-05-03 22:51:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-05-03 22:51:51 +0000
commit42d1b3f55ab3beef9f0a96ee61f63cde28c268c4 (patch)
treeb4e06d90ce7a88d8f5203d816e4bc816ad37ca1f
parentf38ba53661d32a225085e23b25535447d43b12fd (diff)
downloadohai-42d1b3f55ab3beef9f0a96ee61f63cde28c268c4.tar.gz
Bump version to 17.1.0 by Chef Expeditorv17.1.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 d59e4f9e..5d1aecbd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.43 -->
-## [v17.0.43](https://github.com/chef/ohai/tree/v17.0.43) (2021-05-02)
+<!-- latest_release 17.1.0 -->
+## [v17.1.0](https://github.com/chef/ohai/tree/v17.1.0) (2021-05-03)
#### Merged Pull Requests
-- Add Rocky Linux as RHEL platform_family [#1663](https://github.com/chef/ohai/pull/1663) ([tas50](https://github.com/tas50))
+- Update the readme copyright [#1664](https://github.com/chef/ohai/pull/1664) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=17.0.42 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update the readme copyright [#1664](https://github.com/chef/ohai/pull/1664) ([tas50](https://github.com/tas50)) <!-- 17.1.0 -->
- Add Rocky Linux as RHEL platform_family [#1663](https://github.com/chef/ohai/pull/1663) ([tas50](https://github.com/tas50)) <!-- 17.0.43 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 8a45cf78..ea0d54e1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.43 \ No newline at end of file
+17.1.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index df1c3630..f638679d 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "17.0.43"
+ VERSION = "17.1.0"
end