summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-18 13:33:04 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-18 13:33:04 +0000
commitbcf5b1f17ae24ebac4a9ad2a9ccb7993cf027828 (patch)
tree4992d6e0b5939390c48e24bce19fe4abad61d393
parenta11322f5774f9dd06f051250ca9d288aa9ac4c31 (diff)
downloadohai-14.1.4.tar.gz
Bump version to 14.1.4 by Chef Expeditorv14.1.4
-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 c8d8cdf2..1a67cae0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 14.1.4 -->
+## [v14.1.4](https://github.com/chef/ohai/tree/v14.1.4) (2018-05-18)
+
+#### Merged Pull Requests
+- Fix yard parsing issues &amp; add more commments [#1187](https://github.com/chef/ohai/pull/1187) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=14.1.3 -->
+### Changes since 14.1.3 release
+
+#### Merged Pull Requests
+- 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 -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index f7e6aaa8..fa883456 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.1.3 \ No newline at end of file
+14.1.4 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 9a5cef38..a1606cda 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.3"
+ VERSION = "14.1.4"
end