summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-11 00:32:21 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-11 00:32:21 +0000
commit01dd75d5a6d6c8dfde95b54de897cd2ae3a522d4 (patch)
tree16de523191dff74b09f479db30232ada0724a552
parent37eb35adbff762a8a9e1df338c37c60f3ece63b5 (diff)
downloadohai-01dd75d5a6d6c8dfde95b54de897cd2ae3a522d4.tar.gz
Bump version to 16.5.3 by Chef Expeditorv16.5.3
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 5ff34f0a..eca3df35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.5.2 -->
-## [v16.5.2](https://github.com/chef/ohai/tree/v16.5.2) (2020-09-10)
+<!-- latest_release 16.5.3 -->
+## [v16.5.3](https://github.com/chef/ohai/tree/v16.5.3) (2020-09-11)
#### Merged Pull Requests
-- Order the gems in the gemspec and gemfile [#1509](https://github.com/chef/ohai/pull/1509) ([tas50](https://github.com/tas50))
+- Spec cleanup [#1512](https://github.com/chef/ohai/pull/1512) ([phiggins](https://github.com/phiggins))
<!-- latest_release -->
<!-- release_rollup since=16.5.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- 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 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index f5f6b51b..2f1a3fc6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.5.2 \ No newline at end of file
+16.5.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index a2226f60..fc852dd7 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.2".freeze
+ VERSION = "16.5.3".freeze
end