summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-23 20:20:55 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-23 20:20:55 +0000
commit735f203d4e31dc02786c2fdbb9f8bd2df20e521a (patch)
tree9737d7dad4657e557b9b6d1d39c4ee3e0d319c7f
parentb744f1ac7bba01b7d23eae45b17c414051248545 (diff)
downloadohai-13.12.5.tar.gz
Bump version to 13.12.5 by Chef Expeditorv13.12.5
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 95e571f9..5b97d31b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 13.12.5 -->
+## [v13.12.5](https://github.com/chef/ohai/tree/v13.12.5) (2018-11-23)
+
+#### Merged Pull Requests
+- Set User-Agent in HTTP header for GCE plugin [#1293](https://github.com/chef/ohai/pull/1293) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=14.6.2 -->
+### Changes since 14.6.2 release
+
+#### Merged Pull Requests
+- Set User-Agent in HTTP header for GCE plugin [#1293](https://github.com/chef/ohai/pull/1293) ([tas50](https://github.com/tas50)) <!-- 13.12.5 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 53568722..1d35c11a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.12.4 \ No newline at end of file
+13.12.5 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 6d807676..170d02d1 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 = "13.12.4"
+ VERSION = "13.12.5"
end