Skip to content

Commit 1687760

Browse files
cursoragentpierre-b
andcommitted
Bump version to 13.6 and update changelog
Co-authored-by: pierre <pierre@bazoge.com>
1 parent 3574f9e commit 1687760

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

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

5-
## [13.5] - 2025-10-24
5+
## [13.6] - 2025-10-24
66

77
- Upgrade github.com/wneessen/go-mail from v0.7.1 to v0.7.2
88

9+
## [13.5] - 2025-10-23
10+
11+
- Fix: SMTP transport now supports multiple CC and BCC recipients
12+
913
## [13.4] - 2025-10-22
1014

1115
- 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.5"
18+
const VERSION = "13.6"
1919

2020
type Config struct {
2121
Server ServerConfig

0 commit comments

Comments
 (0)