summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md21
1 files changed, 18 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 425b8050..7780febb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,27 @@
# Change Log
-## [8.21.0](https://github.com/chef/ohai/tree/8.21.0) (2016-10-16)
+## [8.22.0](https://github.com/chef/ohai/tree/8.22.0) (2016-11-29)
-[Full Changelog](https://github.com/chef/ohai/compare/v8.20.0...8.21.0)
+[Full Changelog](https://github.com/chef/ohai/compare/v8.21.0...8.22.0)
**Implemented enhancements:**
-- Add a new shard plugin [#877](https://github.com/chef/ohai/pull/877) ([jaymzh](https://github.com/jaymzh))
+- Add new haskell language plugin [#902](https://github.com/chef/ohai/pull/902) ([cdituri](https://github.com/cdituri))
+- Better handle errors in fetching the hostname on darwin (macOS) systems [#884](https://github.com/chef/ohai/pull/884) ([erikng](https://github.com/erikng))
+- Prefer lsb_release tool to /etc/lsb-release data [#873](https://github.com/chef/ohai/pull/873) ([kylev](https://github.com/kylev))
+- Extend set_attribute plugin helper method to set sub-attributes. [#822](https://github.com/chef/ohai/pull/822) ([mcquin](https://github.com/mcquin))
+
+**Fixed bugs:**
+
+- Avoid ip_scopes returning tunl/docker interfaces as privateaddress [#890](https://github.com/chef/ohai/pull/890) ([n-marton](https://github.com/n-marton))
+
+## [v8.21.0](https://github.com/chef/ohai/tree/v8.21.0) (2016-10-18)
+
+[Full Changelog](https://github.com/chef/ohai/compare/v8.20.0...v8.21.0)
+
+**Implemented enhancements:**
+
+- Add shard plugin [#877](https://github.com/chef/ohai/pull/877) ([jaymzh](https://github.com/jaymzh))
**Fixed bugs:**