Skip to content

Commit

Permalink
release 8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Dec 21, 2018
1 parent 6cc174e commit 1b912fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 8.0.3 (2018-12-21)

- Use the right alias - [@majormoses](https://github.com/majormoses)
- remove refs to `return_keys` - [@majormoses](https://github.com/majormoses)

## 8.0.2 (2018-12-18)

- add `alias_method` for `reutrn_key` and `return_keys` - [@majormoses](https://github.com/majormoses)
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 '8.0.2'
version '8.0.3'

%w(ubuntu debian centos redhat amazon scientific fedora oracle freebsd windows suse opensuse opensuseleap).each do |os|
supports os
Expand Down

0 comments on commit 1b912fa

Please sign in to comment.