Skip to content

Commit

Permalink
Version up to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sndyuk committed May 24, 2019
1 parent b3d10dc commit 85822dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ is additional appenders for [Logback](http://logback.qos.ch/) and provide better

### Latest changes

##### Version 1.5.6

* Fix Issue#23 https://github.com/sndyuk/logback-more-appenders/pull/37

##### Version 1.5.5

* Major update FLUENCY dependency version to 2.2.1 https://github.com/sndyuk/logback-more-appenders/pull/36
Expand Down Expand Up @@ -94,7 +98,7 @@ Configure your pom.xml:
<dependency>
<groupId>com.sndyuk</groupId>
<artifactId>logback-more-appenders</artifactId>
<version>1.5.5</version>
<version>1.5.6</version>
</dependency>

<!-- [Optional] If you use The CloudWatch appender, You need to add the dependency(aws-java-sdk-logs). -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sndyuk</groupId>
<artifactId>logback-more-appenders</artifactId>
<version>1.5.5</version>
<version>1.5.6</version>
<name>logback-more-appenders</name>
<description>logback appenders.</description>
<url>https://github.com/sndyuk/logback-more-appenders</url>
Expand Down

0 comments on commit 85822dd

Please sign in to comment.