diff --git a/CHANGELOG.md b/CHANGELOG.md index e155cfe9ac..56fa5a15a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ -## v0.7.0: +jenkins Cookbook CHANGELOG +========================== +This file is used to list changes made in each version of the jenkins cookbook. -Initial import from Heavywater upstream: https://github.com/heavywater/chef-jenkins +v1.0.0 +------ + +- Initial Opscode release + +v0.7.0 +------ + +- Initial import from Heavywater upstream: https://github.com/heavywater/chef-jenkins diff --git a/metadata.rb b/metadata.rb index 48a88fa7c4..b571ca947f 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license "Apache 2.0" description "Installs and configures Jenkins CI server & slaves" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "0.8.0" +version "1.0.0" recipe 'default', 'Does nothing' recipe 'iptables', 'Configures iptables to allow incoming connections to the jenkins instance'