Skip to content

Commit 5739705

Browse files
committed
chore: Prepare release
1 parent 9aee2e2 commit 5739705

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.3.0] – 2025-05-23
8+
### Added
9+
- MaxDecompressedSize option to control the maximum size of decompressed messages.
10+
11+
### Changed
12+
- Upgraded `go-crypto` fork to **v1.3.0**.
13+
714
## [3.2.1] – 2025-05-05
815
### Fixed
916
- Avoid double compression in session key signcryption.

constants/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package constants
22

3-
const Version = "3.2.1"
3+
const Version = "3.3.0"

0 commit comments

Comments
 (0)