summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-19 23:34:41 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-19 23:34:41 +0000
commit34ac42b649c171ddea8ec54ec6f69fbd279d4df0 (patch)
tree792380d13a8668161edb861f484867681e67eba9
parentd6054d214dd1dd3aeedc75d41d376fd48159fee3 (diff)
downloadchef-zero-34ac42b649c171ddea8ec54ec6f69fbd279d4df0.tar.gz
Bump version to 15.0.0 by Chef Expeditorv15.0.0
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/chef_zero/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6c5bc1..5933e18 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release -->
+<!-- latest_release 15.0.0 -->
+## [v15.0.0](https://github.com/chef/chef-zero/tree/v15.0.0) (2020-02-19)
+
+#### Merged Pull Requests
+- remove deprecation warnings for ruby 2.7 [#300](https://github.com/chef/chef-zero/pull/300) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=14.0.17 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- remove deprecation warnings for ruby 2.7 [#300](https://github.com/chef/chef-zero/pull/300) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.0.0 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 64cef64..791fc94 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.17 \ No newline at end of file
+15.0.0 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 99df1f8..4c15ca6 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "14.0.17".freeze
+ VERSION = "15.0.0".freeze
end