summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-17 06:02:29 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-17 06:02:29 +0000
commita49d00f8c65b23289e96c2e794b1ba0570cedc8d (patch)
tree4804b76a43879aa7201b618cfa8b041af12acab3
parent9c63aa52c7b5e880bfa1b3303386549c977d4b92 (diff)
downloadohai-a49d00f8c65b23289e96c2e794b1ba0570cedc8d.tar.gz
Bump version to 14.5.1 by Chef Expeditorv14.5.1
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6cb9109a..660736f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 14.5.1 -->
+## [v14.5.1](https://github.com/chef/ohai/tree/v14.5.1) (2018-09-17)
+
+#### Merged Pull Requests
+- Remove redundant platform from the gemspec [#1248](https://github.com/chef/ohai/pull/1248) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=14.5.0 -->
+### Changes since 14.5.0 release
+
+#### Merged Pull Requests
+- Remove redundant platform from the gemspec [#1248](https://github.com/chef/ohai/pull/1248) ([tas50](https://github.com/tas50)) <!-- 14.5.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index d3be72cb..afd36b76 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.5.0 \ No newline at end of file
+14.5.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index c5809d06..19e86c94 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.5.0".freeze
+ VERSION = "14.5.1".freeze
end