summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-30 16:36:36 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-30 16:36:36 +0000
commit67d58754ed47e819beec98e1b3543c165a915fe5 (patch)
treefc2c287f2b4d0fc854097da36b4cf6ecb9f84b05
parent3dbfd1a69e3873a3773c21bfa6c2560748f93692 (diff)
downloadohai-67d58754ed47e819beec98e1b3543c165a915fe5.tar.gz
Bump version to 13.10.1 by Chef Expeditorv13.10.1
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc5e106b..01b35c9f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,18 @@
# Change Log
-<!-- latest_release unreleased -->
-## Unreleased
+<!-- latest_release 13.10.1 -->
+## [v13.10.1](https://github.com/chef/ohai/tree/v13.10.1) (2018-10-30)
#### Merged Pull Requests
+- Misc cleanup backported from Ohai 14 [#1281](https://github.com/chef/ohai/pull/1281) ([tas50](https://github.com/tas50))
- Actually bump to 13.10 [#1222](https://github.com/chef/ohai/pull/1222) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=13.10.0 -->
### Changes since 13.10.0 release
+
+#### Merged Pull Requests
+- Misc cleanup backported from Ohai 14 [#1281](https://github.com/chef/ohai/pull/1281) ([tas50](https://github.com/tas50)) <!-- 13.10.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index c554e7e8..306c8f50 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.10.0
+13.10.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 6c6e51f8..40bb42bd 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 = "13.10.0"
+ VERSION = "13.10.1"
end