From d7972e94498e23193d90d7e1f108333b1b746cb6 Mon Sep 17 00:00:00 2001 From: Scott Christopherson Date: Tue, 13 Dec 2016 17:18:58 -0500 Subject: Release 5.1.1 Signed-off-by: Scott Christopherson --- CHANGELOG.md | 16 +++++++++++++--- lib/chef_zero/version.rb | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe7429..c043d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ # Change Log -## [5.1.0](https://github.com/chef/chef-zero/tree/5.1.0) (2016-09-07) -[Full Changelog](https://github.com/chef/chef-zero/compare/v5.0.0...5.1.0) +## [v5.1.1](https://github.com/chef/chef-zero/tree/v5.1.1) (2016-12-13) +[Full Changelog](https://github.com/chef/chef-zero/compare/v5.1.0...v5.1.1) + +**Implemented enhancements:** +- Add link to contributing docs and fix chefstyle warnings [\#245](https://github.com/chef/chef-zero/pull/245) ([tas50](https://github.com/tas50)) + +**Fixed bugs:** +- Fix pagination with start parameters [\#248](https://github.com/chef/chef-zero/pull/248) ([smith](https://github.com/smith)) +- Handle the start and rows parameters correctly [\#247](https://github.com/chef/chef-zero/pull/247) ([smith](https://github.com/smith)) + +## [v5.1.0](https://github.com/chef/chef-zero/tree/v5.1.0) (2016-09-07) +[Full Changelog](https://github.com/chef/chef-zero/compare/v5.0.0...v5.1.0) **Implemented enhancements:** @@ -615,4 +625,4 @@ ## [v0.9](https://github.com/chef/chef-zero/tree/v0.9) (2012-12-24) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb index ad54e4b..deaab29 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = "5.1.0" + VERSION = "5.1.1" end -- cgit v1.2.1