diff --git a/CHANGELOG.md b/CHANGELOG.md index 4223c45..c842a11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ squid Cookbook CHANGELOG This file is used to list changes made in each version of the squid cookbook. +v0.2.10 +------- +### Bug +- **[COOK-3936](https://tickets.opscode.com/browse/COOK-3936)** - configure squid cache size on disk +- updating style and test harness + + v0.2.8 ------ ### Bug diff --git a/metadata.rb b/metadata.rb index 4aaa698..f962a68 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures squid as a simple caching proxy' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.2.9' +version '0.2.10' %w{ debian ubuntu centos fedora redhat scientific suse amazon}.each do |os| supports os