Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed Apr 26, 2016
1 parent 1e296d8 commit 461b7d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

### Unreleased

### 1.0.0
- AWS Cleaner now uses [CloudWatch Events](http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/WhatIsCloudWatchEvents.html) instead of
AWS Config to receive EC2 instance termination events. CloudWatch Events delivers events in seconds while AWS Config can take several minutes.

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 = '0.3.1'
s.version = '1.0.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 461b7d7

Please sign in to comment.