summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-21 19:44:23 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-21 19:44:23 +0000
commitb1368e53533147d8c494ad631247a81ac64b353e (patch)
tree4aaf487e06a81b9b0850898ab299f686ea1fc46d
parent5ce1e9806a6e91cdf5abdac689c1d2ed3d7b1d9e (diff)
downloadohai-b1368e53533147d8c494ad631247a81ac64b353e.tar.gz
Bump version to 14.1.6 by Chef Expeditorv14.1.6
-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 de1140e8..d4694929 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.1.5 -->
-## [v14.1.5](https://github.com/chef/ohai/tree/v14.1.5) (2018-05-19)
+<!-- latest_release 14.1.6 -->
+## [v14.1.6](https://github.com/chef/ohai/tree/v14.1.6) (2018-05-21)
#### Merged Pull Requests
-- Misc minor cleanup [#1189](https://github.com/chef/ohai/pull/1189) ([tas50](https://github.com/tas50))
+- Fix an issue caused by using the wrong field in the AIX filesystem plugin. [#1191](https://github.com/chef/ohai/pull/1191) ([jjustice6](https://github.com/jjustice6))
<!-- latest_release -->
<!-- release_rollup since=14.1.3 -->
### Changes since 14.1.3 release
#### Merged Pull Requests
+- Fix an issue caused by using the wrong field in the AIX filesystem plugin. [#1191](https://github.com/chef/ohai/pull/1191) ([jjustice6](https://github.com/jjustice6)) <!-- 14.1.6 -->
- 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 10a08187..0729fcac 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.1.5 \ No newline at end of file
+14.1.6 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 8ad06860..c22996b9 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.5"
+ VERSION = "14.1.6"
end