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.
2 parents a449750 + dc93f74 commit 905e230Copy full SHA for 905e230
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [13.5] - 2025-10-23
6
+
7
+- Fix: SMTP transport now supports multiple CC and BCC recipients
8
9
## [13.4] - 2025-10-22
10
11
- Fix: segment filters now support multiple values for contains/not_contains operators
config/config.go
@@ -15,7 +15,7 @@ import (
15
"github.com/spf13/viper"
16
)
17
18
-const VERSION = "13.4"
+const VERSION = "13.5"
19
20
type Config struct {
21
Server ServerConfig
0 commit comments