summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/chef_zero/version.rb2
3 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d08e734..197f7b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,11 +8,16 @@
<!-- release_rollup -->
<!-- latest_stable_release -->
+## [v15.0.1](https://github.com/chef/chef-zero/tree/v15.0.1) (2020-08-13)
+
+#### Merged Pull Requests
+- Optimize requires for non-omnibus installs [#302](https://github.com/chef/chef-zero/pull/302) ([tas50](https://github.com/tas50))
+<!-- latest_stable_release -->
+
## [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_stable_release -->
## [v14.0.17](https://github.com/chef/chef-zero/tree/v14.0.17) (2019-12-30)
diff --git a/VERSION b/VERSION
index 791fc94..9dc738e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.0 \ No newline at end of file
+15.0.1 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 4c15ca6..ae2cd1b 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "15.0.0".freeze
+ VERSION = "15.0.1".freeze
end