summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-23 20:45:46 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-23 20:45:46 +0000
commitf39ed8d21de5441f1bf3def0731f3faaaeb562da (patch)
tree41b6e24f1406e805aef1a48ad46b273199748dcd
parente90cf868c51c1104aecdadfe3b9c92309c3df222 (diff)
downloadohai-f39ed8d21de5441f1bf3def0731f3faaaeb562da.tar.gz
Bump version to 17.0.1 by Chef Expeditorv17.0.1
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 bc7574f4..f9d34f04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 17.0.0 -->
-## [v17.0.0](https://github.com/chef/ohai/tree/v17.0.0) (2020-12-17)
+<!-- latest_release 17.0.1 -->
+## [v17.0.1](https://github.com/chef/ohai/tree/v17.0.1) (2020-12-23)
#### Merged Pull Requests
-- Bump Ohai to 17.0.0 [#1591](https://github.com/chef/ohai/pull/1591) ([tas50](https://github.com/tas50))
+- network: populate pause frame config [#1564](https://github.com/chef/ohai/pull/1564) ([kuba-moo](https://github.com/kuba-moo))
<!-- latest_release -->
<!-- release_rollup since=16.8.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- network: populate pause frame config [#1564](https://github.com/chef/ohai/pull/1564) ([kuba-moo](https://github.com/kuba-moo)) <!-- 17.0.1 -->
- Bump Ohai to 17.0.0 [#1591](https://github.com/chef/ohai/pull/1591) ([tas50](https://github.com/tas50)) <!-- 17.0.0 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 7d31a2a0..0e433fb8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-17.0.0 \ No newline at end of file
+17.0.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 3ea081e0..fb5d8dae 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.0"
+ VERSION = "17.0.1"
end