diff --git a/NOTICE.txt b/NOTICE.txt index 05fb10cc6..b1a46f664 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -3,7 +3,7 @@ ========================================================================= Simple Java Mail - Copyright 2009-2016 Benny Bottema + Copyright 2009-2017 Benny Bottema http://www.simplejavamail.org This product uses no commercial products. diff --git a/README.md b/README.md index ecb1eaf4f..321db2dff 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,17 @@ Simple Java Mail is available in Maven Central: org.simplejavamail simple-java-mail - 4.1.0 + 4.1.1 ``` ### Latest Progress ### +v4.1.1 + +- [#50](https://github.com/bbottema/simple-java-mail/issues/50): bug fix for manual naming datasources + + v4.1.0 - [#48](https://github.com/bbottema/simple-java-mail/issues/48): Added programmatic support trusting hosts for SSL connections diff --git a/RELEASE.txt b/RELEASE.txt index eba79125a..8e0023d07 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -3,11 +3,16 @@ http://www.simplejavamail.org org.simplejavamail simple-java-mail - 4.1.0 + 4.1.1 RELEASE NOTES Java Simple Mail +v4.1.1 + +- #50: bug fix for manual naming datasources + + v4.1.0 - #48: Added programmatic support trusting hosts for SSL connections diff --git a/pom.xml b/pom.xml index 653a80792..000ab8f4e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ simple-java-mail jar Simple Java Mail - 4.1.1-SNAPSHOT + 4.1.2-SNAPSHOT Simple API, Complex Emails. A light weight wrapper for the JavaMail SMTP API http://http://www.simplejavamail.org/