Skip to content

Commit d839dbf

Browse files
committed
Prepare release [skip ci]
1 parent 103b4d9 commit d839dbf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changes by Version
2+
3+
## v0.4.2 (2019-07-21)
4+
* Upgrade `org.slf4j:slf4j-api:1.7.25` to `1.7.26`.
5+
6+
## v0.4.1 (2019-05-13)
7+
* 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>logging</artifactId>
28-
<version>0.4.2-SNAPSHOT</version>
28+
<version>0.4.2</version>
2929
<name>LibJ Logging</name>
3030
<description>
3131
Supplementary patterns for the "Simple Logging Facade for Java" (SLF4J) and the Logback Project.

0 commit comments

Comments
 (0)