summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-23 17:15:41 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-23 17:15:41 +0000
commit7e65f9a7eae6208362e117942dff8a9707d76895 (patch)
tree5344e000a6eece566b858204a983cd04f6c51b34
parent9f5e5ceaa06479880846a48e9f04c7f5f3c241ba (diff)
downloadohai-14.3.4.tar.gz
Bump version to 14.3.4 by Chef Expeditorv14.3.4
-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 f95012e9..cd6f337b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.3.3 -->
-## [v14.3.3](https://github.com/chef/ohai/tree/v14.3.3) (2018-07-16)
+<!-- latest_release 14.3.4 -->
+## [v14.3.4](https://github.com/chef/ohai/tree/v14.3.4) (2018-07-23)
#### Merged Pull Requests
-- Remove the changelog generator task [#1225](https://github.com/chef/ohai/pull/1225) ([tas50](https://github.com/tas50))
+- Update Expeditor to clean branches / bump minors [#1223](https://github.com/chef/ohai/pull/1223) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.3.0 -->
### Changes since 14.3.0 release
#### Merged Pull Requests
+- Update Expeditor to clean branches / bump minors [#1223](https://github.com/chef/ohai/pull/1223) ([tas50](https://github.com/tas50)) <!-- 14.3.4 -->
- Remove the changelog generator task [#1225](https://github.com/chef/ohai/pull/1225) ([tas50](https://github.com/tas50)) <!-- 14.3.3 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 8d8581ff..b10f9ae2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.3.3 \ No newline at end of file
+14.3.4 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 570bd65c..43153570 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.3".freeze
+ VERSION = "14.3.4".freeze
end