summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-30 17:19:56 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-30 17:19:56 +0000
commitec7429f93ee27a2070a540b1100843a46c2957a0 (patch)
treedd410a79aa19788366efac9e9b5c142bedef454a
parent6a592e6e5d908197614cf076cede897c2a6a153c (diff)
downloadohai-ec7429f93ee27a2070a540b1100843a46c2957a0.tar.gz
Bump version to 17.5.3 by Chef Expeditorv17.5.3
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ceebeca7..d6182765 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 17.5.3 -->
+## [v17.5.3](https://github.com/chef/ohai/tree/v17.5.3) (2021-09-30)
+
+#### Merged Pull Requests
+- Update chefstyle requirement from 2.0.9 to 2.1.0 [#1695](https://github.com/chef/ohai/pull/1695) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=17.5.2 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Update chefstyle requirement from 2.0.9 to 2.1.0 [#1695](https://github.com/chef/ohai/pull/1695) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.5.3 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 4489cf53..4dda9243 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.5.2 \ No newline at end of file
+17.5.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 638547c5..bf69a1a9 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.5.2"
+ VERSION = "17.5.3"
end