summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-04-18 18:55:15 -0700
committerMatt Wrock <matt@mattwrock.com>2016-04-18 18:55:15 -0700
commitd9fed0888494e0a562969c4d2dd2594cbedfd7d7 (patch)
treec9fd87b54784c218d647312c85602aa66d391c0a
parent8dccca1b606a2d374d4fafede5f0630e3f3b7272 (diff)
downloadohai-8_15_release.tar.gz
release 8.15.08_15_release
-rw-r--r--CHANGELOG.md16
-rw-r--r--lib/ohai/version.rb2
2 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c054cf41..892550be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Change Log
+## [8.15.0](https://github.com/chef/ohai/tree/8.15.0) (2016-04-18)
+[Full Changelog](https://github.com/chef/ohai/compare/v8.14.0...8.15.0)
+
+**Implemented enhancements:**
+
+- Add a fips plugin to detect if fips is enabled [\#803](https://github.com/chef/ohai/pull/803) ([mwrock](https://github.com/mwrock))
+- Add debug logging to hints and improve cloud specs [\#797](https://github.com/chef/ohai/pull/797) ([tas50](https://github.com/tas50))
+
+**Fixed bugs:**
+
+- Fix Elixir version detection on newer Elixir releases [\#802](https://github.com/chef/ohai/pull/802) ([tas50](https://github.com/tas50))
+- Correct the version detection in erlang plugin [\#801](https://github.com/chef/ohai/pull/801) ([tas50](https://github.com/tas50))
+- Fix mono builddate capture and add debug logging [\#800](https://github.com/chef/ohai/pull/800) ([tas50](https://github.com/tas50))
+- Fix the scala plugin [\#799](https://github.com/chef/ohai/pull/799) ([tas50](https://github.com/tas50))
+- Don't execute .so libs for Windows [\#798](https://github.com/chef/ohai/pull/798) ([chefsalim](https://github.com/chefsalim))
+
## [8.14.0](https://github.com/chef/ohai/tree/8.14.0) (2016-04-08)
[Full Changelog](https://github.com/chef/ohai/compare/v8.13.0...8.14.0)
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 3cafbc0c..8022a15c 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 = "8.14.0"
+ VERSION = "8.15.0"
end