diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de27d1..75c2a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ build-essential Cookbook CHANGELOG ================================== This file is used to list changes made in each version of the build-essential cookbook. +v2.0.2 (2014-05-02) +------------------- +- Updated documentation about older Chef versions +- Added new SVG badges to the README +- Fix a bug where `potentially_at_compile_time` fails on non-resources + v2.0.0 (2014-03-13) ------------------- - Updated tested harnesses to use latest ecosystem tools diff --git a/metadata.rb b/metadata.rb index 0d82407..b17cb04 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'cookbooks@opscode.com' license 'Apache 2.0' description 'Installs C compiler / build tools' -version '2.0.1' +version '2.0.2' recipe 'build-essential', 'Installs packages required for compiling C software from source.' %w{ fedora redhat centos ubuntu debian amazon suse scientific oracle smartos}.each do |os|