summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-30 17:46:06 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-30 17:46:06 +0000
commit283c94226f3a262debc5dfc162ee744705a79cbf (patch)
treefa486f18b671ea9717cf734f42bcc79cbbe69b9a
parentd50d294c34b5c160d48da1aafd25bdd22b48c7d0 (diff)
downloadohai-283c94226f3a262debc5dfc162ee744705a79cbf.tar.gz
Bump version to 13.12.1 by Chef Expeditorv13.12.1
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3030d3a6..39b414e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,10 @@
# Change Log
-<!-- latest_release unreleased -->
-## Unreleased
+<!-- latest_release 13.12.1 -->
+## [v13.12.1](https://github.com/chef/ohai/tree/v13.12.1) (2018-10-30)
#### Merged Pull Requests
+- Add support for SLES 15 [#1286](https://github.com/chef/ohai/pull/1286) ([tas50](https://github.com/tas50))
- Bump version to 13.12.0 [#1288](https://github.com/chef/ohai/pull/1288) ([tas50](https://github.com/tas50))
<!-- latest_release -->
@@ -11,6 +12,7 @@
### Changes since 13.10.0 release
#### Merged Pull Requests
+- Add support for SLES 15 [#1286](https://github.com/chef/ohai/pull/1286) ([tas50](https://github.com/tas50)) <!-- 13.12.1 -->
- Bump version to 13.12.0 [#1288](https://github.com/chef/ohai/pull/1288) ([tas50](https://github.com/tas50)) <!-- 13.12.0 -->
- Misc cleanup backported from Ohai 14 [#1281](https://github.com/chef/ohai/pull/1281) ([tas50](https://github.com/tas50)) <!-- 13.10.1 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 6665a53d..1e66d67b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.12.0
+13.12.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 60cd135b..bfe64ca1 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.12.0"
+ VERSION = "13.12.1"
end