Skip to content

Commit

Permalink
Release 4.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Feb 25, 2017
1 parent 9e22e36 commit b101055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This file is used to list changes made in each version of the aws cookbook.

## 4.2.2 (2017-02-24)

- Let the API decide what the default volume type is for EBS volumes. This doesn't actually change anything at the moment, but keeps us up to date with the defaults of the aws-sdk

## 4.2.1 (2017-02-24)

- Tweaks to the readme for clarity
Expand Down
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 'Provides resources for managing AWS resources'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '4.2.1'
version '4.2.2'

recipe 'aws', 'Installs the aws-sdk gem during compile time'
recipe 'ec2_hints', 'Adds an EC2 hint file for Ohai cloud detection'
Expand Down

0 comments on commit b101055

Please sign in to comment.