summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-22 01:36:54 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-22 01:36:54 +0000
commit7cc4b8d0833b8f681f0d8d4ec73cbe4b96d508df (patch)
treebe48d6231172faf582fbad9d6dc8821fcac2cba7
parent6e643b29f0e4b96773d5d81f2ce82664cf8cfe66 (diff)
downloadohai-7cc4b8d0833b8f681f0d8d4ec73cbe4b96d508df.tar.gz
Bump version to 15.1.4 by Chef Expeditor15.1.4
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 d900af18..dae2899f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 15.1.4 -->
+## [15.1.4](https://github.com/chef/ohai/tree/15.1.4) (2019-06-22)
+
+#### Merged Pull Requests
+- [shard_seed] fix default_sources for linux, darwin and windows [#1379](https://github.com/chef/ohai/pull/1379) ([michel-slm](https://github.com/michel-slm))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=15.1.3 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- [shard_seed] fix default_sources for linux, darwin and windows [#1379](https://github.com/chef/ohai/pull/1379) ([michel-slm](https://github.com/michel-slm)) <!-- 15.1.4 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index a9e11086..5f456472 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.1.3 \ No newline at end of file
+15.1.4 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index d51da2b2..bdeb76fc 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.3".freeze
+ VERSION = "15.1.4".freeze
end