Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed May 8, 2017
1 parent 3c8a8c5 commit d8d75d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

### Unreleased
- renaming gem files to be more easily consumed, previously had to `gem intall aws-cleaner` and then within any code use `require 'aws_cleaner/aws_cleaner.rb'` which just seems silly and should now just be able to `require aws-cleaner`.

### 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))

### 2.1.0 - 2017-03-28
- Refactor logic into a library (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.1.0'
s.version = '2.1.1'
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 d8d75d3

Please sign in to comment.