Skip to content

Commit

Permalink
Prepare v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Apr 21, 2016
1 parent 7b7e583 commit 050b5bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [v.1.6.0] - 2016-04-21
- Support Docker environments
- Closes [issue #26](https://github.com/tawan/active-elastic-job/issues/26)
- Support common environment variable names
- Closes [issue #31](https://github.com/tawan/active-elastic-job/issues/31)

## [v.1.5.0] - 2016-04-13
- Support Rails 5 applications
- Closes [issue #28](https://github.com/tawan/active-elastic-job/issues/28)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_elastic_job (1.5.0)
active_elastic_job (1.6.0)
aws-sdk (~> 2)
rails (>= 4.2, < 5.0.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/active_elastic_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module ActiveElasticJob
module VERSION
MAJOR = 1
MINOR = 5
MINOR = 6
TINY = 0
PRE = nil

Expand Down

0 comments on commit 050b5bd

Please sign in to comment.