Skip to content

Commit

Permalink
Chore
Browse files Browse the repository at this point in the history
  • Loading branch information
sndyuk committed Mar 14, 2023
1 parent b9b7f43 commit 6c06f7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ Just add it to your dependency then you can use the slf4j module in your applica

### Latest changes

##### Version 1.8.8
* Fix CloudWatch appenders duplicate logs: https://github.com/sndyuk/logback-more-appenders/pull/71

##### Version 1.8.7
* Add `ignoredField` option: https://github.com/sndyuk/logback-more-appenders/pull/65

Expand Down
2 changes: 1 addition & 1 deletion pom-JAVA9MODULE_SLF4J17.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.8.7-JAVA9MODULE_SLF4J17</version>
<version>1.8.8-JAVA9MODULE_SLF4J17</version>
<name>logback-more-appenders</name>
<description>logback appenders.</description>
<url>https://github.com/sndyuk/logback-more-appenders</url>
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.8.7</version>
<version>1.8.8</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 6c06f7e

Please sign in to comment.