From 2ee2fa1eedc83885337a30e9bcd8f53cf57502fa Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 17 Sep 2018 12:41:49 +0000 Subject: Bump version to 14.5.2 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/ohai/version.rb | 2 +- 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 - -## [v14.5.1](https://github.com/chef/ohai/tree/v14.5.1) (2018-09-17) + +## [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)) ### 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)) - Remove redundant platform from the gemspec [#1248](https://github.com/chef/ohai/pull/1248) ([tas50](https://github.com/tas50)) 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 -- cgit v1.2.1