summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-28 04:08:59 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-28 04:08:59 +0000
commit9c43ec38f27e0081731054f9f53e72430be746b6 (patch)
tree7c31137561570abd16270a6a83c6933a7b6dae53
parentcbfdc02999eb17b0d3d693e24b1a396c6fda754c (diff)
downloadohai-9c43ec38f27e0081731054f9f53e72430be746b6.tar.gz
Bump version to 14.7.0 by Chef Expeditorv14.7.0
Obvious fix; these changes are the result of automation not creative thinking.
-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 174dad87..10cfd460 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.6.3 -->
-## [v14.6.3](https://github.com/chef/ohai/tree/v14.6.3) (2018-11-23)
+<!-- latest_release 14.7.0 -->
+## [v14.7.0](https://github.com/chef/ohai/tree/v14.7.0) (2018-11-28)
#### Merged Pull Requests
-- Set User-Agent in HTTP header for GCE plugin [#1294](https://github.com/chef/ohai/pull/1294) ([tas50](https://github.com/tas50))
+- Remove old spec files [#1306](https://github.com/chef/ohai/pull/1306) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.6.2 -->
### Changes since 14.6.2 release
#### Merged Pull Requests
+- Remove old spec files [#1306](https://github.com/chef/ohai/pull/1306) ([tas50](https://github.com/tas50)) <!-- 14.7.0 -->
- Set User-Agent in HTTP header for GCE plugin [#1294](https://github.com/chef/ohai/pull/1294) ([tas50](https://github.com/tas50)) <!-- 14.6.3 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index f8a030aa..ba008e57 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.6.3 \ No newline at end of file
+14.7.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 4075a259..9d6bd518 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.6.3".freeze
+ VERSION = "14.7.0".freeze
end