We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b41756 commit 600cd65Copy full SHA for 600cd65
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
See this http://keepachangelog.com link for information on how we want this documented formatted.
4
5
+## v2.1.0
6
+
7
+#### Fixed
8
9
+- Ensure failed messages go to DLQ. Fixes #30. Fixes #31. Thanks @thenano
10
11
## v2.0.2
12
13
#### Fixed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- lambdakiq (2.0.2)
+ lambdakiq (2.1.0)
activejob
aws-sdk-sqs
concurrent-ruby
lib/lambdakiq/version.rb
@@ -1,3 +1,3 @@
module Lambdakiq
- VERSION = '2.0.2'
+ VERSION = '2.1.0'
end
0 commit comments