We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e837d72 commit 9cc6ea7Copy full SHA for 9cc6ea7
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# CHANGELOG
2
3
-## 2.2.1 (2025-05-21)
+## 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)
8
- feat: Experimental ._check_auth method
9
10
## 2.2.0 (2025-03-25)
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "envelope"
-version = "2.2.1"
+version = "2.3.0"
description = "Insert a message and attachments and send e-mail / sign / encrypt contents by a single line."
authors = ["Edvard Rejthar <edvard.rejthar@nic.cz>"]
license = "LGPL-3.0-or-later"
0 commit comments