diff options
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/chef_zero/version.rb | 2 |
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc14de..aeaf69e 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 14.0.7 --> +## [v14.0.7](https://github.com/chef/chef-zero/tree/v14.0.7) (2018-07-03) + +#### Merged Pull Requests +- remove hashrocket syntax [#283](https://github.com/chef/chef-zero/pull/283) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- latest_release --> -<!-- release_rollup --> +<!-- release_rollup since=14.0.6 --> +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- remove hashrocket syntax [#283](https://github.com/chef/chef-zero/pull/283) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.7 --> <!-- release_rollup --> <!-- latest_stable_release --> @@ -1 +1 @@ -14.0.6
\ No newline at end of file +14.0.7
\ No newline at end of file diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb index 8706f9f..27f9632 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = "14.0.6" + VERSION = "14.0.7" end |