Skip to content

Commit d9cd1f6

Browse files
committed
Release 2.2.0
1 parent c7d3830 commit d9cd1f6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
### Unreleased
44

5+
### 2.2.0 - 2018-02-21
6+
- 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))
7+
- Update to latest Rubocop to address security issue
8+
- Test on latest rubies
9+
510
### 2.1.1 - 2017-05-07
611
- 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))
712

aws-cleaner.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'aws-cleaner'
3-
s.version = '2.1.1'
3+
s.version = '2.2.0'
44
s.summary = 'AWS Cleaner cleans up after EC2 instances are terminated'
55
s.description = s.summary
66
s.authors = ['Eric Heydrick']

0 commit comments

Comments
 (0)