Skip to content

Commit

Permalink
released 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed Mar 10, 2018
1 parent 6500f40 commit ba743d8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ The Simple Java Mail library is a thin layer on top of the [JavaMail smtp mailin

### [simplejavamail.org](http://www.simplejavamail.org) ###

(starting from v5.0.0)

```java
EmailBuilder.startingBlank()
EmailBuilder.replyingTo(email)
Expand Down Expand Up @@ -66,12 +64,19 @@ 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.0</version>
<version>5.0.1</version>
</dependency>
```

### Latest Progress ###

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

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


v5.0.0 (14-Februari-2018)

Also see the [migration notes](http://www.simplejavamail.org/#/migrate500)
Expand Down
9 changes: 8 additions & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@ http://www.simplejavamail.org
<dependency>
<groupId>org.simplejavamail</groupId>
<artifactId>simple-java-mail</artifactId>
<version>5.0.0</version>
<version>5.0.1</version>
</dependency>

v5.0.1 (10-March-2018)

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

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


v5.0.0 (14-Februari-2018)

Also see the migrating notes (http://www.simplejavamail.org/#/migrate500)
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-SNAPSHOT</version>
<version>5.0.1</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 ba743d8

Please sign in to comment.