Skip to content

Commit 9cc6ea7

Browse files
committed
version bump
1 parent e837d72 commit 9cc6ea7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# CHANGELOG
22

3-
## 2.2.1 (2025-05-21)
3+
## 2.3.0 (2025-07-19)
4+
- feat: allow certificate chains in S/MIME Signatures #51
5+
- enh: obfuscate password from logs
6+
7+
## 2.2.1 (2025-05-23)
48
- feat: Experimental ._check_auth method
59

610
## 2.2.0 (2025-03-25)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "envelope"
7-
version = "2.2.1"
7+
version = "2.3.0"
88
description = "Insert a message and attachments and send e-mail / sign / encrypt contents by a single line."
99
authors = ["Edvard Rejthar <edvard.rejthar@nic.cz>"]
1010
license = "LGPL-3.0-or-later"

0 commit comments

Comments
 (0)