Skip to content

Commit

Permalink
Release v5.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed Apr 11, 2018
1 parent f122f11 commit a386f0d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,17 @@ 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.2</version>
<version>5.0.3</version>
</dependency>
```

### Latest Progress ###

v5.0.3 (11-April-2018)

- [#136](https://github.com/bbottema/simple-java-mail/issues/136) ServerConfig class should be public API


v5.0.2 (7-April-2018)

- [#135](https://github.com/bbottema/simple-java-mail/issues/135) trustingAllHosts should be public on the Builder API
Expand Down
9 changes: 6 additions & 3 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ http://www.simplejavamail.org
<dependency>
<groupId>org.simplejavamail</groupId>
<artifactId>simple-java-mail</artifactId>
<version>5.0.2</version>
<version>5.0.3</version>
</dependency>

v5.0.3 (11-April-2018)

- #136: ServerConfig class should be public API


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)

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.3-SNAPSHOT</version>
<version>5.0.3</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 a386f0d

Please sign in to comment.