Skip to content

Commit

Permalink
Prepare v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Feb 7, 2016
1 parent 1f1c72d commit c6f85ac
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 7 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## [v1.3.1] - 2016-02-07

- Fix backwards incompatibility
- Refers to issue #10

- [Performance improvements](https://github.com/tawan/active-elastic-job/commit/1f1c72d6d10a3e0c42ad305b29afb1d55fcb2561)

- Fix typo
- [#166](https://github.com/phstc/shoryuken/pull/166)

## [v1.3.0] - 2016-02-06

- Verify MD5 hashes responses from SQS API
- Closes issue #4

- Cache queue urls
- Closes issue #3

- Avoid interfering with other aws-sqsd requests
- Closes issue #9
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_elastic_job (1.3.0)
active_elastic_job (1.3.1)
aws-sdk (~> 2)
rails (~> 4.2)

Expand Down Expand Up @@ -44,12 +44,12 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.3)
aws-sdk (2.2.11)
aws-sdk-resources (= 2.2.11)
aws-sdk-core (2.2.11)
aws-sdk (2.2.14)
aws-sdk-resources (= 2.2.14)
aws-sdk-core (2.2.14)
jmespath (~> 1.0)
aws-sdk-resources (2.2.11)
aws-sdk-core (= 2.2.11)
aws-sdk-resources (2.2.14)
aws-sdk-core (= 2.2.14)
benchmark-ips (2.3.0)
builder (3.2.2)
byebug (8.2.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_elastic_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module ActiveElasticJob
module VERSION
MAJOR = 1
MINOR = 3
TINY = 0
TINY = 1
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
Expand Down

0 comments on commit c6f85ac

Please sign in to comment.