summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-09 17:23:21 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-09 17:23:21 +0000
commitf595bb8315f1a0a1a6533087fdf140c7c0807404 (patch)
tree5b9148fc5f80115a7f7dd11a775bd07f045b3798
parentb6e843182a0d5bd607a799d7bf43894f921b2cbc (diff)
downloadohai-f595bb8315f1a0a1a6533087fdf140c7c0807404.tar.gz
Bump version to 13.9.4 by Chef Expeditorv13.9.4
-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 8320a551..2cb207d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 13.9.3 -->
-## [v13.9.3](https://github.com/chef/ohai/tree/v13.9.3) (2018-07-09)
+<!-- latest_release 13.9.4 -->
+## [v13.9.4](https://github.com/chef/ohai/tree/v13.9.4) (2018-07-09)
#### Merged Pull Requests
-- Detect Redhat Openstack clusters [#1216](https://github.com/chef/ohai/pull/1216) ([tas50](https://github.com/tas50))
+- Properly detect Amazon Linux 2 final release platform version [#1215](https://github.com/chef/ohai/pull/1215) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.2.0 -->
### Changes since 14.2.0 release
#### Merged Pull Requests
+- Properly detect Amazon Linux 2 final release platform version [#1215](https://github.com/chef/ohai/pull/1215) ([tas50](https://github.com/tas50)) <!-- 13.9.4 -->
- Detect Redhat Openstack clusters [#1216](https://github.com/chef/ohai/pull/1216) ([tas50](https://github.com/tas50)) <!-- 13.9.3 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 353780b6..e409a9ea 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.9.3 \ No newline at end of file
+13.9.4 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index e125558f..04c118a7 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 = "13.9.3"
+ VERSION = "13.9.4"
end