summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-03-24 08:26:01 -0700
committerJohn Keiser <john@johnkeiser.com>2016-03-24 08:26:01 -0700
commit7ae7da93da8a5acc2659a16622f20551801278e7 (patch)
treec0595fd2e08cd56305674aec11482b88464774d7
parent218d894fb17fd638ee7c0d75184a314f67c9552c (diff)
downloadohai-jk/bump-8.13.tar.gz
Bump revision to 8.13jk/bump-8.13
-rw-r--r--CHANGELOG.md11
-rw-r--r--lib/ohai/version.rb2
2 files changed, 12 insertions, 1 deletions
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