summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-10 22:53:51 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-10 22:53:51 +0000
commit975236d9a3f29941fe33883f93efcb19f96546fc (patch)
treed03438efd80e0a7b65b15d7ba30d9f1d07f5a78d
parent2347c1439ab06857f6da8661ca33888b5ed9c823 (diff)
downloadohai-975236d9a3f29941fe33883f93efcb19f96546fc.tar.gz
Bump version to 16.5.2 by Chef Expeditorv16.5.2
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 dbc4325a..5ff34f0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.5.1 -->
-## [v16.5.1](https://github.com/chef/ohai/tree/v16.5.1) (2020-09-10)
+<!-- latest_release 16.5.2 -->
+## [v16.5.2](https://github.com/chef/ohai/tree/v16.5.2) (2020-09-10)
#### Merged Pull Requests
-- Prefer __dir__ to __FILE__ used to get the dir [#1510](https://github.com/chef/ohai/pull/1510) ([tas50](https://github.com/tas50))
+- Order the gems in the gemspec and gemfile [#1509](https://github.com/chef/ohai/pull/1509) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.5.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 075be6e2..f5f6b51b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.5.1 \ No newline at end of file
+16.5.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 7c4b6600..a2226f60 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.1".freeze
+ VERSION = "16.5.2".freeze
end