Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed Feb 21, 2018
1 parent c7d3830 commit d9cd1f6
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 @@

### Unreleased

### 2.2.0 - 2018-02-21
- Improve logging. You can now log to a file in addition to stdout. [#10](https://github.com/eheydrick/aws-cleaner/issues/10) (Thanks [@huynt1979](https://github.com/huynt1979))
- Update to latest Rubocop to address security issue
- Test on latest rubies

### 2.1.1 - 2017-05-07
- Rename lib file to be more easily consumed. Previously had to `gem install aws-cleaner` and then within any code use `require 'aws_cleaner/aws_cleaner.rb'`. Now you only need to `require aws-cleaner`. ([@majormoses](https://github.com/majormoses))

Expand Down
2 changes: 1 addition & 1 deletion aws-cleaner.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'aws-cleaner'
s.version = '2.1.1'
s.version = '2.2.0'
s.summary = 'AWS Cleaner cleans up after EC2 instances are terminated'
s.description = s.summary
s.authors = ['Eric Heydrick']
Expand Down

0 comments on commit d9cd1f6

Please sign in to comment.