Skip to content

Commit

Permalink
Release v5.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed Apr 7, 2018
1 parent c37a46d commit f473630
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,18 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc
<dependency>
<groupId>org.simplejavamail</groupId>
<artifactId>simple-java-mail</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</dependency>
```

### Latest Progress ###

v5.0.2 (7-April-2018)

- [#135](https://github.com/bbottema/simple-java-mail/issues/135) trustingAllHosts should be public on the Builder API
- [#131](https://github.com/bbottema/simple-java-mail/issues/131) NamedDataSource should implement EncodingAware


v5.0.1 (10-March-2018)

- [#130](https://github.com/bbottema/simple-java-mail/issues/130) java.lang.ClassNotFoundException: net.markenwerk.utils.mail.dkim.DkimMessage
Expand Down
10 changes: 9 additions & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ http://www.simplejavamail.org
<dependency>
<groupId>org.simplejavamail</groupId>
<artifactId>simple-java-mail</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</dependency>

v5.0.2 (7-April-2018)

- #135: trustingAllHosts should be public on the Builder API
- #131: NamedDataSource should implement EncodingAware

Solves the issue of missing optional class DKIM even when not used


v5.0.1 (10-March-2018)

- #130 java.lang.ClassNotFoundException: net.markenwerk.utils.mail.dkim.DkimMessage
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>simple-java-mail</artifactId>
<packaging>jar</packaging>
<name>Simple Java Mail</name>
<version>5.0.1</version>
<version>5.0.3-SNAPSHOT</version>
<description>Simple API, Complex Emails. A light weight wrapper for the JavaMail SMTP API</description>
<url>http://http://www.simplejavamail.org/</url>

Expand Down

0 comments on commit f473630

Please sign in to comment.