Skip to content

Commit 569554e

Browse files
committed
released 5.0.4
1 parent d5c3183 commit 569554e

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ Simple Java Mail is available in [Maven Central](https://search.maven.org/#searc
7070

7171
### Latest Progress ###
7272

73+
v5.0.4 (22-September-2018)
74+
75+
- [#168](https://github.com/bbottema/simple-java-mail/issues/168) Properties aquired through ConfigLoader should be typed explicitly and converted if necessary
76+
77+
7378
v5.0.3 (11-April-2018)
7479

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

RELEASE.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ http://www.simplejavamail.org
66
<version>5.0.3</version>
77
</dependency>
88

9+
v5.0.4 (22-September-2018)
10+
11+
- #168: Properties aquired through ConfigLoader should be typed explicitly and converted if necessary
12+
13+
914
v5.0.3 (11-April-2018)
1015

1116
- #136: ServerConfig class should be public API

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.3</version>
10+
<version>5.0.5-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)