Skip to content

Commit 598c5d5

Browse files
committed
Bump version to v1.0.0
1 parent b9205a7 commit 598c5d5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

33
## Unreleased (main)
44

5+
## v1.0.0 (2025-04-08)
6+
57
- Updates ActiveJob Worker to retry on errors with polynomially longer wait times, up to 10 attempts
68
- Improve internal error handling to rely on exceptions
79
- Adds support for messages

lib/userlist/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Userlist
2-
VERSION = '0.9.0'.freeze
2+
VERSION = '1.0.0'.freeze
33
end

0 commit comments

Comments
 (0)