summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 10cfd460..42fad346 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.7.0 -->
-## [v14.7.0](https://github.com/chef/ohai/tree/v14.7.0) (2018-11-28)
+<!-- latest_release 14.8.0 -->
+## [v14.8.0](https://github.com/chef/ohai/tree/v14.8.0) (2018-11-28)
#### Merged Pull Requests
-- Remove old spec files [#1306](https://github.com/chef/ohai/pull/1306) ([tas50](https://github.com/tas50))
+- Correctly detect openSUSE leap 15+ [#1307](https://github.com/chef/ohai/pull/1307) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- Correctly detect openSUSE leap 15+ [#1307](https://github.com/chef/ohai/pull/1307) ([tas50](https://github.com/tas50)) <!-- 14.8.0 -->
- Remove old spec files [#1306](https://github.com/chef/ohai/pull/1306) ([tas50](https://github.com/tas50)) <!-- 14.7.0 -->
- Set User-Agent in HTTP header for GCE plugin [#1294](https://github.com/chef/ohai/pull/1294) ([tas50](https://github.com/tas50)) <!-- 14.6.3 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index ba008e57..a34fffa1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.7.0 \ No newline at end of file
+14.8.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 9d6bd518..9e72d418 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.7.0".freeze
+ VERSION = "14.8.0".freeze
end