summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-30 22:43:43 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-30 22:43:43 +0000
commit0a664d29c950bb6e71980022341ef9366826b690 (patch)
treedd1ef44fad702eafd4c5c153b4b898f2d862856d
parent0d829b9a3b29af8e77dd26d9ff1f88342afa2634 (diff)
downloadohai-0a664d29c950bb6e71980022341ef9366826b690.tar.gz
Bump version to 15.7.2 by Chef Expeditorv15.7.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 294bfe72..814f888c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.7.1 -->
-## [v15.7.1](https://github.com/chef/ohai/tree/v15.7.1) (2019-12-30)
+<!-- latest_release 15.7.2 -->
+## [v15.7.2](https://github.com/chef/ohai/tree/v15.7.2) (2019-12-30)
#### Merged Pull Requests
-- Test on Ruby 2.7 final docker container and remove old Jenkins files [#1416](https://github.com/chef/ohai/pull/1416) ([tas50](https://github.com/tas50))
+- Minor spec cleanup from rubocop-rspec project [#1417](https://github.com/chef/ohai/pull/1417) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=15.6.3 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Minor spec cleanup from rubocop-rspec project [#1417](https://github.com/chef/ohai/pull/1417) ([tas50](https://github.com/tas50)) <!-- 15.7.2 -->
- Test on Ruby 2.7 final docker container and remove old Jenkins files [#1416](https://github.com/chef/ohai/pull/1416) ([tas50](https://github.com/tas50)) <!-- 15.7.1 -->
- Substitute require for require_relative [#1415](https://github.com/chef/ohai/pull/1415) ([tas50](https://github.com/tas50)) <!-- 15.7.0 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index d1a0eb1c..0b363a89 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.7.1 \ No newline at end of file
+15.7.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index a3e010a0..c946d546 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.7.1".freeze
+ VERSION = "15.7.2".freeze
end