summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2016-01-28 10:41:08 -0800
committerSalim Alam <salam@chef.io>2016-01-28 10:41:08 -0800
commitc2df7fd22ad0fd07142e169fb4031d7a54160410 (patch)
treef5a427b7668bfcec5028320b887fe3173d70b249
parent81f1c968b630a5eb344a60765e5607579eb6a034 (diff)
downloadohai-c2df7fd22ad0fd07142e169fb4031d7a54160410.tar.gz
Prep for release 8.9.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--lib/ohai/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d4806a4..55f5a4ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Ohai Changelog
-## Unreleased
+## Release 8.9.0
* [**phreakocious**](https://github.com/phreakocious):
- Collect layer 1 Ethernet information per NIC on Linux hosts
* [**Mark Gibbons**](https://www.github.com/MarkGibbons):
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index b988beae..598347c3 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.8.1'
+ VERSION = '8.9.0'
end