summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-17 12:41:49 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-17 12:41:49 +0000
commit2ee2fa1eedc83885337a30e9bcd8f53cf57502fa (patch)
tree8360745721bd386a09dde77ec63fab47e3e67375
parent297f1d61a840796c0f29b67659094530e049b228 (diff)
downloadohai-2ee2fa1eedc83885337a30e9bcd8f53cf57502fa.tar.gz
Bump version to 14.5.2 by Chef Expeditorv14.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 660736f2..e59aebd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.5.1 -->
-## [v14.5.1](https://github.com/chef/ohai/tree/v14.5.1) (2018-09-17)
+<!-- latest_release 14.5.2 -->
+## [v14.5.2](https://github.com/chef/ohai/tree/v14.5.2) (2018-09-17)
#### Merged Pull Requests
-- Remove redundant platform from the gemspec [#1248](https://github.com/chef/ohai/pull/1248) ([tas50](https://github.com/tas50))
+- Add additional yard comments [#1249](https://github.com/chef/ohai/pull/1249) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.5.0 -->
### Changes since 14.5.0 release
#### Merged Pull Requests
+- Add additional yard comments [#1249](https://github.com/chef/ohai/pull/1249) ([tas50](https://github.com/tas50)) <!-- 14.5.2 -->
- Remove redundant platform from the gemspec [#1248](https://github.com/chef/ohai/pull/1248) ([tas50](https://github.com/tas50)) <!-- 14.5.1 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index afd36b76..e9d8f88e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.5.1 \ No newline at end of file
+14.5.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 19e86c94..44c5d3d9 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "14.5.1".freeze
+ VERSION = "14.5.2".freeze
end