You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+6-1
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,17 @@ Note: This is a revival / continuation of the archived project markenwerk/java-u
13
13
<dependency>
14
14
<groupId>org.simplejavamail</groupId>
15
15
<artifactId>utils-mail-smime</artifactId>
16
-
<version>2.0.0</version>
16
+
<version>2.1.0</version>
17
17
</dependency>
18
18
```
19
19
20
20
## Change history
21
21
22
+
v2.1.0 (05-04-2023)
23
+
24
+
-[#3](https://github.com/simple-java-mail/java-utils-mail-smime/issues/3) Feature: Make cryptographic algorithms configurable
25
+
26
+
22
27
v2.0.1 (31-01-2022)
23
28
24
29
-[#1](https://github.com/simple-java-mail/java-utils-mail-smime/issues/1) Bug: determining mime state causes NPE when the "protocol" part is missing from the ContentType header
0 commit comments