File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,17 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc
6464<dependency >
6565 <groupId >org.simplejavamail</groupId >
6666 <artifactId >simple-java-mail</artifactId >
67- <version >5.0.2 </version >
67+ <version >5.0.3 </version >
6868</dependency >
6969```
7070
7171### Latest Progress ###
7272
73+ v5.0.3 (11-April-2018)
74+
75+ - [ #136 ] ( https://github.com/bbottema/simple-java-mail/issues/136 ) ServerConfig class should be public API
76+
77+
7378v5.0.2 (7-April-2018)
7479
7580- [ #135 ] ( https://github.com/bbottema/simple-java-mail/issues/135 ) trustingAllHosts should be public on the Builder API
Original file line number Diff line number Diff line change @@ -3,16 +3,19 @@ http://www.simplejavamail.org
33<dependency>
44 <groupId>org.simplejavamail</groupId>
55 <artifactId>simple-java-mail</artifactId>
6- <version>5.0.2 </version>
6+ <version>5.0.3 </version>
77</dependency>
88
9+ v5.0.3 (11-April-2018)
10+
11+ - #136: ServerConfig class should be public API
12+
13+
914v5.0.2 (7-April-2018)
1015
1116- #135: trustingAllHosts should be public on the Builder API
1217- #131: NamedDataSource should implement EncodingAware
1318
14- Solves the issue of missing optional class DKIM even when not used
15-
1619
1720v5.0.1 (10-March-2018)
1821
Original file line number Diff line number Diff line change 77 <artifactId >simple-java-mail</artifactId >
88 <packaging >jar</packaging >
99 <name >Simple Java Mail</name >
10- <version >5.0.3-SNAPSHOT </version >
10+ <version >5.0.3</version >
1111 <description >Simple API, Complex Emails. A light weight wrapper for the JavaMail SMTP API</description >
1212 <url >http://http://www.simplejavamail.org/</url >
1313
You can’t perform that action at this time.
0 commit comments