Skip to content

Commit 600cd65

Browse files
committed
Prepare for v2.1.0
1 parent 0b41756 commit 600cd65

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
See this http://keepachangelog.com link for information on how we want this documented formatted.
44

5+
## v2.1.0
6+
7+
#### Fixed
8+
9+
- Ensure failed messages go to DLQ. Fixes #30. Fixes #31. Thanks @thenano
10+
511
## v2.0.2
612

713
#### Fixed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
lambdakiq (2.0.2)
4+
lambdakiq (2.1.0)
55
activejob
66
aws-sdk-sqs
77
concurrent-ruby

lib/lambdakiq/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Lambdakiq
2-
VERSION = '2.0.2'
2+
VERSION = '2.1.0'
33
end

0 commit comments

Comments
 (0)