summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-08-25 21:57:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-08-25 21:57:22 +0000
commit70ac07e812f5fecb2537d5811023b19f7dfd2074 (patch)
treea319ab75da40cb377f9413e5785f8247eee6c0dd
parent4ce5f9bf514453a558b6daa2f8d8d8d5d32b344d (diff)
downloadohai-70ac07e812f5fecb2537d5811023b19f7dfd2074.tar.gz
Bump version to 17.4.0 by Chef Expeditorv17.4.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 6a985695..cf36e3d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.3.2 -->
-## [v17.3.2](https://github.com/chef/ohai/tree/v17.3.2) (2021-07-26)
+<!-- latest_release 17.4.0 -->
+## [v17.4.0](https://github.com/chef/ohai/tree/v17.4.0) (2021-08-25)
#### Merged Pull Requests
-- Update chefstyle requirement from 2.0.6 to 2.0.7 [#1683](https://github.com/chef/ohai/pull/1683) ([dependabot[bot]](https://github.com/dependabot[bot]))
+- Update chefstyle requirement from 2.0.7 to 2.0.8 [#1686](https://github.com/chef/ohai/pull/1686) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
<!-- release_rollup since=17.3.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update chefstyle requirement from 2.0.7 to 2.0.8 [#1686](https://github.com/chef/ohai/pull/1686) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.4.0 -->
- Update chefstyle requirement from 2.0.6 to 2.0.7 [#1683](https://github.com/chef/ohai/pull/1683) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.3.2 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 46eb4094..67a9587f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.3.2 \ No newline at end of file
+17.4.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 2e8b0066..5704a32f 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.3.2"
+ VERSION = "17.4.0"
end