Skip to content

Commit f473630

Browse files
committed
Release v5.0.2.
1 parent c37a46d commit f473630

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,18 @@ 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.1</version>
67+
<version>5.0.2</version>
6868
</dependency>
6969
```
7070

7171
### Latest Progress ###
7272

73+
v5.0.2 (7-April-2018)
74+
75+
- [#135](https://github.com/bbottema/simple-java-mail/issues/135) trustingAllHosts should be public on the Builder API
76+
- [#131](https://github.com/bbottema/simple-java-mail/issues/131) NamedDataSource should implement EncodingAware
77+
78+
7379
v5.0.1 (10-March-2018)
7480

7581
- [#130](https://github.com/bbottema/simple-java-mail/issues/130) java.lang.ClassNotFoundException: net.markenwerk.utils.mail.dkim.DkimMessage

RELEASE.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@ http://www.simplejavamail.org
33
<dependency>
44
<groupId>org.simplejavamail</groupId>
55
<artifactId>simple-java-mail</artifactId>
6-
<version>5.0.1</version>
6+
<version>5.0.2</version>
77
</dependency>
88

9+
v5.0.2 (7-April-2018)
10+
11+
- #135: trustingAllHosts should be public on the Builder API
12+
- #131: NamedDataSource should implement EncodingAware
13+
14+
Solves the issue of missing optional class DKIM even when not used
15+
16+
917
v5.0.1 (10-March-2018)
1018

1119
- #130 java.lang.ClassNotFoundException: net.markenwerk.utils.mail.dkim.DkimMessage

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>simple-java-mail</artifactId>
88
<packaging>jar</packaging>
99
<name>Simple Java Mail</name>
10-
<version>5.0.1</version>
10+
<version>5.0.3-SNAPSHOT</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

0 commit comments

Comments
 (0)