Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed Aug 1, 2019
1 parent 14b84fc commit 3f112f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

### Unreleased

### 2.4.0 - 2019-07-31
- Use aws-sdk v3. (Thanks [@genehand](https://github.com/genehand))
- Replace trollop with optimist
- Test on latest ruby versions, drop 2.3
- Update to Rubocop 0.73

### 2.3.0 - 2018-03-28
- Make sensu removal optional. Defaults to enabled but can be disabled by setting `:enable: false` in the config. (Thanks [@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.3.0'
s.version = '2.4.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 3f112f4

Please sign in to comment.