Skip to content

Commit

Permalink
Update README for 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sndyuk committed Feb 22, 2019
1 parent b0ffc8a commit 70544a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ is additional appenders for [Logback](http://logback.qos.ch/).

### Latest changes

##### Version 1.5.1

* Accept dynamic `Map<String, ?>` as the additional log property. https://github.com/sndyuk/logback-more-appenders/pull/32
* Added simple marker filter for Appender. https://github.com/sndyuk/logback-more-appenders/pull/33


##### Version 1.5.0

* Use Encoder instead of Layout directly. https://github.com/sndyuk/logback-more-appenders/pull/28
Expand Down Expand Up @@ -71,7 +77,7 @@ Configure your pom.xml:
<dependency>
<groupId>com.sndyuk</groupId>
<artifactId>logback-more-appenders</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>

<!-- [Optional] If you use The Fluentd appender, You need to add the dependency(fluent-logger). -->
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.0</version>
<version>1.5.1</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 70544a4

Please sign in to comment.