We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb0b08 commit 63f74dcCopy full SHA for 63f74dc
2 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased (main)
4
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
11
## v1.0.0 (2025-04-08)
12
13
- Updates ActiveJob Worker to retry on errors with polynomially longer wait times, up to 10 attempts
lib/userlist/version.rb
@@ -1,3 +1,3 @@
1
module Userlist
- VERSION = '1.0.0'.freeze
+ VERSION = '1.1.0'.freeze
end
0 commit comments