diff --git a/CHANGELOG.md b/CHANGELOG.md index 84f49ea8..d5f58187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ aws Cookbook CHANGELOG This file is used to list changes made in each version of the aws cookbook. +v0.101.6 +-------- +### Bug +- **[COOK-3475](https://tickets.opscode.com/browse/COOK-3475)** - Fix an issuw were invoking action detach in the `ebs_volume `provider when the volume is already detached resulted in a failure + v0.101.4 -------- ### Improvement diff --git a/metadata.rb b/metadata.rb index 7e43af65..533f5904 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,5 +4,5 @@ license "Apache 2.0" description "LWRPs for managing AWS resources" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "0.101.5" +version "0.101.6" recipe "aws", "Installs the right_aws gem during compile time"