summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-15 19:55:29 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-15 19:55:29 +0000
commit6922a0c9117e143b912ad22051f98a4428aef004 (patch)
treeced7734ca1fbf078eecc2aa208d3132edf766cc5
parent0e8fa4b96bf1412156eea13e5025d69996bb3458 (diff)
downloadchef-zero-6922a0c9117e143b912ad22051f98a4428aef004.tar.gz
Bump version to 14.0.11 by Chef Expeditorv14.0.11
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 e0c9bdf..b0a8a1b 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.10 -->
-## [v14.0.10](https://github.com/chef/chef-zero/tree/v14.0.10) (2018-11-15)
+<!-- latest_release 14.0.11 -->
+## [v14.0.11](https://github.com/chef/chef-zero/tree/v14.0.11) (2018-11-15)
#### Merged Pull Requests
-- Don&#39;t ship the readme in the gem [#289](https://github.com/chef/chef-zero/pull/289) ([tas50](https://github.com/tas50))
+- Require Rack 2.0.6 or later to resolve CVEs [#288](https://github.com/chef/chef-zero/pull/288) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.0.6 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Require Rack 2.0.6 or later to resolve CVEs [#288](https://github.com/chef/chef-zero/pull/288) ([tas50](https://github.com/tas50)) <!-- 14.0.11 -->
- Don&#39;t ship the readme in the gem [#289](https://github.com/chef/chef-zero/pull/289) ([tas50](https://github.com/tas50)) <!-- 14.0.10 -->
- Misc cleanup for gemspec, rakefile, gemfile, and expeditor [#287](https://github.com/chef/chef-zero/pull/287) ([tas50](https://github.com/tas50)) <!-- 14.0.9 -->
- fixes for new chefstyle [#284](https://github.com/chef/chef-zero/pull/284) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.8 -->
diff --git a/VERSION b/VERSION
index 150937c..6bd3187 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.10 \ No newline at end of file
+14.0.11 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 347e5ea..eede85c 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "14.0.10".freeze
+ VERSION = "14.0.11".freeze
end