Skip to content

Commit

Permalink
Release 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Sep 16, 2016
1 parent 7c70235 commit 599e3ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This file is used to list changes made in each version of the gunicorn cookbook.

## 2.0.0 (2016-09-16)
- Fix doc link in the readme
- Resolve rubocop and foodcritic warnings
- Testing updates
- Require Chef 12.1+

## v1.2.1 (2015-10-20)

- Added source_url and issues_url to the metadata
Expand Down
3 changes: 1 addition & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures Gunicorn'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.2.1'
version '2.0.0'

depends 'python'

Expand All @@ -14,5 +14,4 @@

source_url 'https://github.com/chef-cookbooks/gunicorn'
issues_url 'https://github.com/chef-cookbooks/gunicorn/issues'

chef_version '>= 12.1'

0 comments on commit 599e3ea

Please sign in to comment.