summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-17 00:06:16 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-17 00:06:16 +0000
commit0487d320efda47bce88b68c0916e2f4b275244ae (patch)
tree9b2f230cd07b5a13cd200379f47db887d1b2eda7
parent5a78d5f6dacb652290a539840f8286c1685367c7 (diff)
downloadohai-0487d320efda47bce88b68c0916e2f4b275244ae.tar.gz
Bump version to 16.5.4 by Chef Expeditorv16.5.4
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 eca3df35..e7a91103 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.5.3 -->
-## [v16.5.3](https://github.com/chef/ohai/tree/v16.5.3) (2020-09-11)
+<!-- latest_release 16.5.4 -->
+## [v16.5.4](https://github.com/chef/ohai/tree/v16.5.4) (2020-09-17)
#### Merged Pull Requests
-- Spec cleanup [#1512](https://github.com/chef/ohai/pull/1512) ([phiggins](https://github.com/phiggins))
+- Speed up the AIX hostname spec [#1513](https://github.com/chef/ohai/pull/1513) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.5.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Speed up the AIX hostname spec [#1513](https://github.com/chef/ohai/pull/1513) ([tas50](https://github.com/tas50)) <!-- 16.5.4 -->
- Spec cleanup [#1512](https://github.com/chef/ohai/pull/1512) ([phiggins](https://github.com/phiggins)) <!-- 16.5.3 -->
- Order the gems in the gemspec and gemfile [#1509](https://github.com/chef/ohai/pull/1509) ([tas50](https://github.com/tas50)) <!-- 16.5.2 -->
- Prefer __dir__ to __FILE__ used to get the dir [#1510](https://github.com/chef/ohai/pull/1510) ([tas50](https://github.com/tas50)) <!-- 16.5.1 -->
diff --git a/VERSION b/VERSION
index 2f1a3fc6..5a9df4b7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.5.3 \ No newline at end of file
+16.5.4 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index fc852dd7..c846ce08 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.5.3".freeze
+ VERSION = "16.5.4".freeze
end