summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-10 04:13:02 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-10 04:13:02 +0000
commit5414c1aeed62dc2b7889fcdf21a11075c137cd88 (patch)
tree031e860a9bb33758673ac6192e10e5dd445e5770
parentaa6bbce652fbdfa82c8092a9edddbfbbe9ba1d45 (diff)
downloadohai-5414c1aeed62dc2b7889fcdf21a11075c137cd88.tar.gz
Bump version to 14.3.1 by Chef Expeditorv14.3.1
-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 21baf2ff..c2bb9a21 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,18 @@
# Change Log
-<!-- latest_release unreleased -->
-## Unreleased
+<!-- latest_release 14.3.1 -->
+## [v14.3.1](https://github.com/chef/ohai/tree/v14.3.1) (2018-07-10)
#### Merged Pull Requests
+- Add system_enclosure plugin for Windows [#1210](https://github.com/chef/ohai/pull/1210) ([stuartpreston](https://github.com/stuartpreston))
- Bump version to 14.3 + add release notes [#1219](https://github.com/chef/ohai/pull/1219) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.3.0 -->
### Changes since 14.3.0 release
+
+#### Merged Pull Requests
+- Add system_enclosure plugin for Windows [#1210](https://github.com/chef/ohai/pull/1210) ([stuartpreston](https://github.com/stuartpreston)) <!-- 14.3.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 32f02f10..7ea95c24 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.3.0
+14.3.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 0fc5a0ac..e9da22df 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.3.0".freeze
+ VERSION = "14.3.1".freeze
end