Skip to content

Commit dc93f74

Browse files
cursoragentpierre-b
andcommitted
Bump version to 13.5 and add multi-recipient CC/BCC support
Co-authored-by: pierre <pierre@bazoge.com>
1 parent 9fb474b commit dc93f74

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
## [13.5] - 2025-10-23
6+
7+
- Fix: SMTP transport now supports multiple CC and BCC recipients
8+
59
## [13.4] - 2025-10-22
610

711
- Fix: segment filters now support multiple values for contains/not_contains operators

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/spf13/viper"
1616
)
1717

18-
const VERSION = "13.4"
18+
const VERSION = "13.5"
1919

2020
type Config struct {
2121
Server ServerConfig

0 commit comments

Comments
 (0)