Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Maier committed Feb 18, 2014
1 parent e40c6c8 commit 1beea72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 2.0.0 - 2014-02-18
- `node['push_jobs']['package_url']` and
`node['push_jobs']['package_checksum']` are now required when
installing the client package. The previous version of this
cookbook automatically determined the proper values for the node if
values were not supplied.

# 1.0.0 - 2013-10-28
- Initial release
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs the Chef Push Jobs Client'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.0'
version '2.0.0'

# Tested on Ubuntu 10.04, 12.04
# Tested on CentOS 6.4, 5.9
Expand Down

0 comments on commit 1beea72

Please sign in to comment.