We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c019d30 commit 1bff6d7Copy full SHA for 1bff6d7
1 file changed
README.MD
@@ -13,12 +13,17 @@ Note: This is a revival / continuation of the archived project markenwerk/java-u
13
<dependency>
14
<groupId>org.simplejavamail</groupId>
15
<artifactId>utils-mail-smime</artifactId>
16
- <version>2.1.2</version>
+ <version>2.2.0</version>
17
</dependency>
18
```
19
20
## Change history
21
22
+v2.2.0 (14-12-2023)
23
+
24
+- [#8](https://github.com/simple-java-mail/java-utils-mail-smime/issues/8) Enhancement: Handle Outlook's Non-Standard S/MIME Signed Messages
25
26
27
v2.1.2 (14-07-2023)
28
29
- Security: updated bouncy castle to 1.75, which should solve https://security.snyk.io/vuln/SNYK-JAVA-ORGBOUNCYCASTLE-5771489
0 commit comments