summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-09 02:07:31 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-09 02:07:31 +0000
commitf5eed7c04a407b5ee138125000860b29325e1f21 (patch)
tree3bd987c63aa4df896804158755e9eeac5222bd85
parentffa475822dc143b765cffbd1e1770bc74709d7fc (diff)
downloadohai-f5eed7c04a407b5ee138125000860b29325e1f21.tar.gz
Bump version to 15.1.6 by Chef Expeditorv15.1.615.1.6
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 2463c187..b0d3231a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 15.1.6 -->
+## [15.1.6](https://github.com/chef/ohai/tree/15.1.6) (2019-07-09)
+
+#### Merged Pull Requests
+- new chefstyle rules for 0.13.2 [#1384](https://github.com/chef/ohai/pull/1384) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=15.1.5 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- new chefstyle rules for 0.13.2 [#1384](https://github.com/chef/ohai/pull/1384) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.1.6 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 086830eb..9bc1af64 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.1.5 \ No newline at end of file
+15.1.6 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 896d3101..ee828a0c 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.1.5".freeze
+ VERSION = "15.1.6".freeze
end