summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-30 02:10:46 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-30 02:10:46 +0000
commitbaf718c504e895544d449412483430ed491f9d99 (patch)
treeb3c4ea821c81f84604668948e719b38fd48faf5b
parentb39025e9526e65bc88c0c1ed2c2e1341340fcb13 (diff)
downloadchef-zero-baf718c504e895544d449412483430ed491f9d99.tar.gz
Bump version to 14.0.16 by Chef Expeditorv14.0.16
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/chef_zero/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b81b08..467c163 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release 14.0.15 -->
-## [v14.0.15](https://github.com/chef/chef-zero/tree/v14.0.15) (2019-12-30)
+<!-- latest_release 14.0.16 -->
+## [v14.0.16](https://github.com/chef/chef-zero/tree/v14.0.16) (2019-12-30)
#### Merged Pull Requests
-- Apply Chefstyle [#298](https://github.com/chef/chef-zero/pull/298) ([tas50](https://github.com/tas50))
+- Substitute require for require_relative [#296](https://github.com/chef/chef-zero/pull/296) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.0.13 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Substitute require for require_relative [#296](https://github.com/chef/chef-zero/pull/296) ([tas50](https://github.com/tas50)) <!-- 14.0.16 -->
- Apply Chefstyle [#298](https://github.com/chef/chef-zero/pull/298) ([tas50](https://github.com/tas50)) <!-- 14.0.15 -->
- Move testing to Buildkite [#297](https://github.com/chef/chef-zero/pull/297) ([tas50](https://github.com/tas50)) <!-- 14.0.14 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 400dc38..1b8df77 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.15 \ No newline at end of file
+14.0.16 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 02dc64a..a71d381 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "14.0.15".freeze
+ VERSION = "14.0.16".freeze
end