Skip to content

Commit 63f74dc

Browse files
committed
Bump version to v1.1.0
1 parent 1eb0b08 commit 63f74dc

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## Unreleased (main)
44

5+
## v1.1.0 (2025-10-17)
6+
7+
- Allow specifying companies in messages
8+
- Add reply_to support to DeliveryMethod for ActionMailer integration
9+
- Fixes issue with deleting resources when they are not pushed by default
10+
511
## v1.0.0 (2025-04-08)
612

713
- Updates ActiveJob Worker to retry on errors with polynomially longer wait times, up to 10 attempts

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 = '1.0.0'.freeze
2+
VERSION = '1.1.0'.freeze
33
end

0 commit comments

Comments
 (0)