Skip to content

Commit cc06451

Browse files
committed
clarify awesomeness of this release
1 parent 416399f commit cc06451

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ Simple Java Mail is also available in [Maven Central](https://search.maven.org/#
2424

2525
### Latest Progress ###
2626

27-
[v6.2.0](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C6.2.0%7Cjar) (6-July-2020)
27+
[v6.2.0](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C6.2.0%7Cjar) (9-July-2020)
28+
29+
This release adds the following major new feature:
2830

2931
- [#260](https://github.com/bbottema/simple-java-mail/issues/260) Add support for dynamic datasource resolution (file/url/classpath) for embedded images in HTML body
3032

RELEASE.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ http://www.simplejavamail.org
88

99
v6.2.0 (6-July-2020)
1010

11+
This release adds the following major new feature:
12+
1113
- #260: Add support for dynamic datasource resolution (file/url/classpath) for embedded images in HTML body
1214

1315

modules/spring-module/src/test/resources/simplejavamail.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ simplejavamail.embeddedimages.dynamicresolution.base.classpath=
3737
simplejavamail.embeddedimages.dynamicresolution.outside.base.dir=
3838
simplejavamail.embeddedimages.dynamicresolution.outside.base.classpath=
3939
simplejavamail.embeddedimages.dynamicresolution.outside.base.url=
40-
simplejavamail.embeddedimages.dynamicresolution.mustbesuccesful=
40+
simplejavamail.embeddedimages.dynamicresolution.mustbesuccesful=

0 commit comments

Comments
 (0)