summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-21 22:00:08 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-21 22:00:08 +0000
commitb3fc37e939c2e2a8b49c8513e25d5ef00c63ad32 (patch)
treee6772a70c342a67e0c998c2ded3ae647e711a684
parentc56c80ac385c9c6bf1505461e06187d8f1a985b6 (diff)
downloadohai-15.9.0.tar.gz
Bump version to 15.9.0 by Chef Expeditorv15.9.0
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99c55dce..40572636 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 15.9.0 -->
+## [v15.9.0](https://github.com/chef/ohai/tree/v15.9.0) (2020-04-21)
+
+#### Merged Pull Requests
+- Make shard plugin more resilient and throw better errors [#1452](https://github.com/chef/ohai/pull/1452) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=15.8.0 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Make shard plugin more resilient and throw better errors [#1452](https://github.com/chef/ohai/pull/1452) ([tas50](https://github.com/tas50)) <!-- 15.9.0 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 1685f0c1..7714c91b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.8.0 \ No newline at end of file
+15.9.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index fe0a428e..c3b00854 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.8.0".freeze
+ VERSION = "15.9.0".freeze
end