diff --git a/README.md b/README.md index 570ecde..33d8bf7 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Just add it to your dependency then you can use the slf4j module in your applica ch.qos.logback logback-classic - 1.8.6-JAVA9MODULE_SLF4J17 + 1.8.7-JAVA9MODULE_SLF4J17 ``` @@ -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.7 +* Add `ignoredField` option: https://github.com/sndyuk/logback-more-appenders/pull/65 + ##### Version 1.8.6 * Add AWS V2 CloudWatch and Kinesis appenders: https://github.com/sndyuk/logback-more-appenders/pull/64 @@ -90,7 +93,7 @@ Configure your pom.xml: com.sndyuk logback-more-appenders - 1.8.6 + 1.8.7 diff --git a/pom-JAVA9MODULE_SLF4J17.xml b/pom-JAVA9MODULE_SLF4J17.xml index ec05e66..2fa8b34 100644 --- a/pom-JAVA9MODULE_SLF4J17.xml +++ b/pom-JAVA9MODULE_SLF4J17.xml @@ -2,7 +2,7 @@ 4.0.0 com.sndyuk logback-more-appenders - 1.8.6-JAVA9MODULE_SLF4J17 + 1.8.7-JAVA9MODULE_SLF4J17 logback-more-appenders logback appenders. https://github.com/sndyuk/logback-more-appenders diff --git a/pom.xml b/pom.xml index d8a1e6f..6f7004e 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.sndyuk logback-more-appenders - 1.8.6 + 1.8.7 logback-more-appenders logback appenders. https://github.com/sndyuk/logback-more-appenders