Skip to content

Commit 467033f

Browse files
committed
Prepare release [skip ci]
1 parent 4fd3bee commit 467033f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changes by Version
2+
3+
## v0.4.2 (2019-07-21)
4+
* Make `MimeContent` `Cloneable` and `Serializable`.
5+
* Make `Mail` uninstantiable.
6+
* Upgrade `org.slf4j:slf4j-api:1.7.25` to `1.7.26`.
7+
8+
## v0.4.1 (2019-05-13)
9+
* Initial public release.

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<parent>
2323
<groupId>org.libj</groupId>
2424
<artifactId>libj</artifactId>
25-
<version>0.9.6-SNAPSHOT</version>
25+
<version>0.9.6</version>
2626
</parent>
2727
<artifactId>mail</artifactId>
28-
<version>0.4.2-SNAPSHOT</version>
28+
<version>0.4.2</version>
2929
<name>LibJ Mail</name>
3030
<description>
3131
Supplementary extensions to the java.mail package.

0 commit comments

Comments
 (0)