summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 fc737559..b00348b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.3.0 -->
-## [v17.3.0](https://github.com/chef/ohai/tree/v17.3.0) (2021-07-20)
+<!-- latest_release 17.3.1 -->
+## [v17.3.1](https://github.com/chef/ohai/tree/v17.3.1) (2021-07-20)
#### Merged Pull Requests
-- Update rubocop-performance requirement from 1.11.3 to 1.11.4 [#1682](https://github.com/chef/ohai/pull/1682) ([dependabot[bot]](https://github.com/dependabot[bot]))
+- Update chefstyle requirement from 2.0.5 to 2.0.6 [#1681](https://github.com/chef/ohai/pull/1681) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
<!-- release_rollup since=17.1.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update chefstyle requirement from 2.0.5 to 2.0.6 [#1681](https://github.com/chef/ohai/pull/1681) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.3.1 -->
- Update rubocop-performance requirement from 1.11.3 to 1.11.4 [#1682](https://github.com/chef/ohai/pull/1682) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 17.3.0 -->
- Add plugin for linux livepatch [#1672](https://github.com/chef/ohai/pull/1672) ([liu-song-6](https://github.com/liu-song-6)) <!-- 17.2.3 -->
- Switch testing to GitHub Actions [#1679](https://github.com/chef/ohai/pull/1679) ([tas50](https://github.com/tas50)) <!-- 17.2.2 -->
diff --git a/VERSION b/VERSION
index c15795bf..285573e3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.3.0 \ No newline at end of file
+17.3.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 49d3da3c..d4fca9ef 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.0"
+ VERSION = "17.3.1"
end