summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-19 15:05:28 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-19 15:05:28 +0000
commit7f2b2c9db58e0b7a4d10a1e6c7914beeacdaccd0 (patch)
treeb7dacad997bdbd099e0765d062278bb3b4c1d4d3
parentec3d8b486bba91dee04be7d3b339b895d58d6c08 (diff)
downloadohai-7f2b2c9db58e0b7a4d10a1e6c7914beeacdaccd0.tar.gz
Bump version to 14.1.5 by Chef Expeditorv14.1.5
-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 1a67cae0..de1140e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.1.4 -->
-## [v14.1.4](https://github.com/chef/ohai/tree/v14.1.4) (2018-05-18)
+<!-- latest_release 14.1.5 -->
+## [v14.1.5](https://github.com/chef/ohai/tree/v14.1.5) (2018-05-19)
#### Merged Pull Requests
-- Fix yard parsing issues &amp; add more commments [#1187](https://github.com/chef/ohai/pull/1187) ([tas50](https://github.com/tas50))
+- Misc minor cleanup [#1189](https://github.com/chef/ohai/pull/1189) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.1.3 -->
### Changes since 14.1.3 release
#### Merged Pull Requests
+- Misc minor cleanup [#1189](https://github.com/chef/ohai/pull/1189) ([tas50](https://github.com/tas50)) <!-- 14.1.5 -->
- Fix yard parsing issues &amp; add more commments [#1187](https://github.com/chef/ohai/pull/1187) ([tas50](https://github.com/tas50)) <!-- 14.1.4 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index fa883456..10a08187 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.1.4 \ No newline at end of file
+14.1.5 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index a1606cda..8ad06860 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 = "14.1.4"
+ VERSION = "14.1.5"
end