summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-06-21 13:05:42 +0100
committerThom May <thom@chef.io>2017-06-21 13:05:42 +0100
commitdf4c1e7e5f2857ba0906814e2b86f7bb2707cbc1 (patch)
tree85ad4907ff0a3d5aa6e22f61ad0ccccfab0e4a1a
parent330b9f397159bf66054a36e4356dac914fe15f8e (diff)
downloadohai-df4c1e7e5f2857ba0906814e2b86f7bb2707cbc1.tar.gz
release 8.24.1v8.24.1
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--CHANGELOG.md5
-rw-r--r--lib/ohai/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f4ef306..f2acc8a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Change Log
+## [8.24.0](https://github.com/chef/ohai/tree/v8.24.1) (2017-06-21)
+[Full Changelog](https://github.com/chef/ohai/compare/v8.24.0...v8.24.1)
+
+- bump chefstyle development dependency
+
## [8.24.0](https://github.com/chef/ohai/tree/v8.24.0) (2017-05-08)
[Full Changelog](https://github.com/chef/ohai/compare/v8.23.0...v8.24.0)
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index f7eb9381..f479b96e 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.24.0"
+ VERSION = "8.24.1"
end