summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Christopherson <scott@scott-christopherson.com>2016-12-13 17:18:58 -0500
committerScott Christopherson <scott@scott-christopherson.com>2016-12-13 17:19:55 -0500
commitd7972e94498e23193d90d7e1f108333b1b746cb6 (patch)
treee628423bcd3414bd595218c0f8fd30e3c431ff75
parent28ec5154589de42a83f2d4e056a3ed8b15ad0a7c (diff)
downloadchef-zero-5.1.1-release.tar.gz
Release 5.1.15.1.1-release
Signed-off-by: Scott Christopherson <scott@chef.io>
-rw-r--r--CHANGELOG.md16
-rw-r--r--lib/chef_zero/version.rb2
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