summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-04-20 10:47:00 -0700
committerMatt Wrock <matt@mattwrock.com>2016-04-20 10:47:00 -0700
commitadf778ae58b2c53b0f707c57006df7c516e325ef (patch)
tree07ad12a386b69cf0bf3ac4916d2a0d18bbde8b4f
parent611bb2a6655ebd03615b6454566588f6d9e76ee4 (diff)
downloadohai-adf778ae58b2c53b0f707c57006df7c516e325ef.tar.gz
release 8.15.1
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/ohai/version.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 892550be..6011c8f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## [8.15.1](https://github.com/chef/ohai/tree/8.15.1) (2016-04-20)
+[Full Changelog](https://github.com/chef/ohai/compare/v8.15.0...8.15.1)
+
+**Fixed bugs:**
+
+- Avoid defining WINDOWS\_ATTRIBUTE\_ALIASES multiple times [\#806](https://github.com/chef/ohai/pull/806) ([mwrock](https://github.com/mwrock))
+
## [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)
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 8022a15c..b512b15a 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.15.0"
+ VERSION = "8.15.1"
end