summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-09 17:29:54 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-09 17:29:54 +0000
commitfcfb9b08e5fcf239a8587f824f8738d53e076cd0 (patch)
treef3b995b8bd8af3ad653a97575ae05883c565c89a
parent1999a7532ffa138c3e13720bcc20d453bf01132d (diff)
downloadohai-fcfb9b08e5fcf239a8587f824f8738d53e076cd0.tar.gz
Bump version to 13.9.5 by Chef Expeditorv13.9.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 2cb207d7..bd08efd5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 13.9.4 -->
-## [v13.9.4](https://github.com/chef/ohai/tree/v13.9.4) (2018-07-09)
+<!-- latest_release 13.9.5 -->
+## [v13.9.5](https://github.com/chef/ohai/tree/v13.9.5) (2018-07-09)
#### 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))
+- Prep 13.10 release [#1220](https://github.com/chef/ohai/pull/1220) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.2.0 -->
### Changes since 14.2.0 release
#### Merged Pull Requests
+- Prep 13.10 release [#1220](https://github.com/chef/ohai/pull/1220) ([tas50](https://github.com/tas50)) <!-- 13.9.5 -->
- 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 e409a9ea..62f8ce01 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.9.4 \ No newline at end of file
+13.9.5 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 04c118a7..b3aef93c 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.4"
+ VERSION = "13.9.5"
end