diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-08-12 16:13:02 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-08-12 16:13:02 -0700 |
commit | 1e563a867994143408a30a3667a5ae876a76c9ca (patch) | |
tree | cca3447a98279b58bd08f7d8dbdca0e2a746ed48 /CHANGELOG.md | |
parent | 2523b34af9566daf20cc35cdd9985edc102b0f17 (diff) | |
download | chef-1e563a867994143408a30a3667a5ae876a76c9ca.tar.gz |
updating changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c35a5fa16..1dccc3860b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v12.13.37](https://github.com/chef/chef/tree/v12.13.37) (2016-08-12) +[Full Changelog](https://github.com/chef/chef/compare/v12.13.30...v12.13.37) + +**Enhancements:** + +- Bumping ohai and mixlib-log to fix regression [\#5197](https://github.com/chef/chef/pull/5197) ([mwrock](https://github.com/mwrock)) +- Remove requires in Chef::Recipe that are no longer necessary [\#5189](https://github.com/chef/chef/pull/5189) ([lamont-granquist](https://github.com/lamont-granquist)) + ## [v12.13.30](https://github.com/chef/chef/tree/v12.13.30) (2016-08-05) [Full Changelog](https://github.com/chef/chef/compare/v12.12.15...v12.13.30) |