Skip to content

Commit 2b2b38d

Browse files
committed
Bump version
1 parent 9a6f315 commit 2b2b38d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Just add it to your dependency then you can use the slf4j module in your applica
3333
<dependency>
3434
<groupId>ch.qos.logback</groupId>
3535
<artifactId>logback-classic</artifactId>
36-
<version>1.8.6-JAVA9MODULE_SLF4J17</version>
36+
<version>1.8.7-JAVA9MODULE_SLF4J17</version>
3737
</dependency>
3838
```
3939

@@ -45,6 +45,9 @@ Just add it to your dependency then you can use the slf4j module in your applica
4545

4646
### Latest changes
4747

48+
##### Version 1.8.7
49+
* Add `ignoredField` option: https://github.com/sndyuk/logback-more-appenders/pull/65
50+
4851
##### Version 1.8.6
4952
* Add AWS V2 CloudWatch and Kinesis appenders: https://github.com/sndyuk/logback-more-appenders/pull/64
5053

@@ -90,7 +93,7 @@ Configure your pom.xml:
9093
<dependency>
9194
<groupId>com.sndyuk</groupId>
9295
<artifactId>logback-more-appenders</artifactId>
93-
<version>1.8.6</version>
96+
<version>1.8.7</version>
9497
</dependency>
9598

9699
<!-- [Optional] If you use The CloudWatch V2 appender, You need to add the dependency(cloudwatchlogs). -->

pom-JAVA9MODULE_SLF4J17.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.sndyuk</groupId>
44
<artifactId>logback-more-appenders</artifactId>
5-
<version>1.8.6-JAVA9MODULE_SLF4J17</version>
5+
<version>1.8.7-JAVA9MODULE_SLF4J17</version>
66
<name>logback-more-appenders</name>
77
<description>logback appenders.</description>
88
<url>https://github.com/sndyuk/logback-more-appenders</url>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.sndyuk</groupId>
44
<artifactId>logback-more-appenders</artifactId>
5-
<version>1.8.6</version>
5+
<version>1.8.7</version>
66
<name>logback-more-appenders</name>
77
<description>logback appenders.</description>
88
<url>https://github.com/sndyuk/logback-more-appenders</url>

0 commit comments

Comments
 (0)