We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9205a7 commit 598c5d5Copy full SHA for 598c5d5
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased (main)
4
5
+## v1.0.0 (2025-04-08)
6
+
7
- Updates ActiveJob Worker to retry on errors with polynomially longer wait times, up to 10 attempts
8
- Improve internal error handling to rely on exceptions
9
- Adds support for messages
lib/userlist/version.rb
@@ -1,3 +1,3 @@
1
module Userlist
- VERSION = '0.9.0'.freeze
+ VERSION = '1.0.0'.freeze
end
0 commit comments