summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-26 17:42:03 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-26 17:42:03 +0000
commit15315e3e36f07062111faede26f2667ead8c723f (patch)
tree9f04daed88445eacd6fc31cf63f0b5b9e322b6e7
parent9b1657e288f0f2a5c2dacb41fc85b04fcb541cc6 (diff)
downloadohai-15315e3e36f07062111faede26f2667ead8c723f.tar.gz
Bump version to 15.2.7 by Chef Expeditorv15.2.7
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 47a56329..85bf9558 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.2.6 -->
-## [v15.2.6](https://github.com/chef/ohai/tree/v15.2.6) (2019-08-15)
+<!-- latest_release 15.2.7 -->
+## [v15.2.7](https://github.com/chef/ohai/tree/v15.2.7) (2019-08-26)
#### Merged Pull Requests
-- Use Benchmark.realtime for the main application time as well [#1397](https://github.com/chef/ohai/pull/1397) ([tas50](https://github.com/tas50))
+- rspec updates from rubocop-rspec [#1399](https://github.com/chef/ohai/pull/1399) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=15.2.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- rspec updates from rubocop-rspec [#1399](https://github.com/chef/ohai/pull/1399) ([tas50](https://github.com/tas50)) <!-- 15.2.7 -->
- Use Benchmark.realtime for the main application time as well [#1397](https://github.com/chef/ohai/pull/1397) ([tas50](https://github.com/tas50)) <!-- 15.2.6 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index c9389ed3..374989bb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.2.6 \ No newline at end of file
+15.2.7 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 3666a0aa..36d7a15a 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 = "15.2.6".freeze
+ VERSION = "15.2.7".freeze
end