summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 41ff4184..d59e4f9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 17.0.43 -->
+## [v17.0.43](https://github.com/chef/ohai/tree/v17.0.43) (2021-05-02)
+
+#### Merged Pull Requests
+- Add Rocky Linux as RHEL platform_family [#1663](https://github.com/chef/ohai/pull/1663) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=17.0.42 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- 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 -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 0a492229..8a45cf78 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.42 \ No newline at end of file
+17.0.43 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index d6f754a3..df1c3630 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.42"
+ VERSION = "17.0.43"
end