From 7ae7da93da8a5acc2659a16622f20551801278e7 Mon Sep 17 00:00:00 2001 From: John Keiser Date: Thu, 24 Mar 2016 08:26:01 -0700 Subject: Bump revision to 8.13 --- CHANGELOG.md | 11 +++++++++++ lib/ohai/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a9a3be..1ea776f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [8.13.0](https://github.com/chef/ohai/tree/8.13.0) (2016-03-24) +[Full Changelog](https://github.com/chef/ohai/compare/v8.12.1...8.13.0) + +**Implemented enhancements:** + +- Add language scala [\#524](https://github.com/chef/ohai/pull/524) ([cmluciano](https://github.com/cmluciano)) + +**Fixed bugs:** + +- Lock plist to 3.x [\#779](https://github.com/chef/ohai/pull/779) ([danielsdeleo](https://github.com/danielsdeleo)) + ## [8.12.1](https://github.com/chef/ohai/tree/8.12.1) (2016-03-14) [Full Changelog](https://github.com/chef/ohai/compare/v8.12.0...8.12.1) diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index b4413ecb..64742718 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.12.1" + VERSION = "8.13.0" end -- cgit v1.2.1