summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-03 17:18:17 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-03 17:18:17 +0000
commit54c256ca65bec2f33648cf6b7a7c6c7ec41d125b (patch)
tree439897dbcc57cb42e7b4bbb7315951d527c82a1c
parentcd9ef13a0e73043846dd794d8bf94ae54d1dc44c (diff)
downloadohai-54c256ca65bec2f33648cf6b7a7c6c7ec41d125b.tar.gz
Bump version to 14.5.7 by Chef Expeditorv14.5.7
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73463c4a..ab2f2b9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.5.6 -->
-## [v14.5.6](https://github.com/chef/ohai/tree/v14.5.6) (2018-09-27)
+<!-- latest_release 14.5.7 -->
+## [v14.5.7](https://github.com/chef/ohai/tree/v14.5.7) (2018-10-03)
#### Merged Pull Requests
-- Avoid gathering all data with sysctl which seems to hang [#1259](https://github.com/chef/ohai/pull/1259) ([tas50](https://github.com/tas50))
+- Add more yard comments [#1256](https://github.com/chef/ohai/pull/1256) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.5.4 -->
### Changes since 14.5.4 release
#### Merged Pull Requests
+- Add more yard comments [#1256](https://github.com/chef/ohai/pull/1256) ([tas50](https://github.com/tas50)) <!-- 14.5.7 -->
- Avoid gathering all data with sysctl which seems to hang [#1259](https://github.com/chef/ohai/pull/1259) ([tas50](https://github.com/tas50)) <!-- 14.5.6 -->
- Review and copyediting of RELEASE_NOTES [#1255](https://github.com/chef/ohai/pull/1255) ([mjingle](https://github.com/mjingle)) <!-- 14.5.5 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 57403590..1f517327 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.5.6 \ No newline at end of file
+14.5.7 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index d26c93f0..2b24a6ca 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 = "14.5.6".freeze
+ VERSION = "14.5.7".freeze
end