summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-30 22:38:48 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-30 22:38:48 +0000
commit3d510f4064028f94f43be800b3fab7e27c4b6188 (patch)
tree0f2218938231fdda10bd103bdbe0a1602f38f1f9
parente111c0916094c0cba5e5c75bb203fb2706b04d9d (diff)
downloadohai-3d510f4064028f94f43be800b3fab7e27c4b6188.tar.gz
Bump version to 15.7.1 by Chef Expeditorv15.7.1
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 ca1cf4f2..294bfe72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 15.7.0 -->
-## [v15.7.0](https://github.com/chef/ohai/tree/v15.7.0) (2019-12-20)
+<!-- latest_release 15.7.1 -->
+## [v15.7.1](https://github.com/chef/ohai/tree/v15.7.1) (2019-12-30)
#### Merged Pull Requests
-- Substitute require for require_relative [#1415](https://github.com/chef/ohai/pull/1415) ([tas50](https://github.com/tas50))
+- 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))
<!-- latest_release -->
<!-- release_rollup since=15.6.3 -->
### Changes not yet released to rubygems.org
#### 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)) <!-- 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 dd6ecf97..d1a0eb1c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.7.0 \ No newline at end of file
+15.7.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index a4046719..a3e010a0 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.0".freeze
+ VERSION = "15.7.1".freeze
end