summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-16 03:30:04 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-16 03:30:04 +0000
commit8357ae24e939e74521ec9dcec8b2394df5b45f1f (patch)
treee371319a339a0416861c92867a9b08fc5ce4729d
parent15b2c200d785915ef5746fb6d8176897fcc9a122 (diff)
downloadohai-14.3.3.tar.gz
Bump version to 14.3.3 by Chef Expeditorv14.3.3
-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 59f519b6..f95012e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.3.2 -->
-## [v14.3.2](https://github.com/chef/ohai/tree/v14.3.2) (2018-07-13)
+<!-- latest_release 14.3.3 -->
+## [v14.3.3](https://github.com/chef/ohai/tree/v14.3.3) (2018-07-16)
#### 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))
+- Remove the changelog generator task [#1225](https://github.com/chef/ohai/pull/1225) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.3.0 -->
### Changes since 14.3.0 release
#### Merged Pull Requests
+- 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 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 4abdeacb..8d8581ff 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.3.2 \ No newline at end of file
+14.3.3 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index e95b655f..570bd65c 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.2".freeze
+ VERSION = "14.3.3".freeze
end