summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-13 17:38:40 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-13 17:38:40 +0000
commitf4473fcacabc5100d525285ebf2a0a74aa7be9fe (patch)
treea8cbee153d39f4bb41b33644fbcfefbf8c1a3357
parent2cb5c8e97b449dc7b65397d5c81e07f5fb1d699f (diff)
downloadohai-f4473fcacabc5100d525285ebf2a0a74aa7be9fe.tar.gz
Bump version to 14.3.2 by Chef Expeditorv14.3.2
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2bb9a21..59f519b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,17 @@
# Change Log
-<!-- latest_release 14.3.1 -->
-## [v14.3.1](https://github.com/chef/ohai/tree/v14.3.1) (2018-07-10)
+<!-- latest_release 14.3.2 -->
+## [v14.3.2](https://github.com/chef/ohai/tree/v14.3.2) (2018-07-13)
#### 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))
+- Load collect_data() even if we&#39;ve already seen it [#1224](https://github.com/chef/ohai/pull/1224) ([btm](https://github.com/btm))
<!-- latest_release -->
<!-- release_rollup since=14.3.0 -->
### Changes since 14.3.0 release
#### Merged Pull Requests
+- Load collect_data() even if we&#39;ve already seen it [#1224](https://github.com/chef/ohai/pull/1224) ([btm](https://github.com/btm)) <!-- 14.3.2 -->
- Add system_enclosure plugin for Windows [#1210](https://github.com/chef/ohai/pull/1210) ([stuartpreston](https://github.com/stuartpreston)) <!-- 14.3.1 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 7ea95c24..4abdeacb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.3.1 \ No newline at end of file
+14.3.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index e9da22df..e95b655f 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.1".freeze
+ VERSION = "14.3.2".freeze
end