Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sndyuk committed Feb 16, 2022
1 parent 9a6f315 commit 2b2b38d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Just add it to your dependency then you can use the slf4j module in your applica
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.8.6-JAVA9MODULE_SLF4J17</version>
<version>1.8.7-JAVA9MODULE_SLF4J17</version>
</dependency>
```

Expand All @@ -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

Expand Down Expand Up @@ -90,7 +93,7 @@ Configure your pom.xml:
<dependency>
<groupId>com.sndyuk</groupId>
<artifactId>logback-more-appenders</artifactId>
<version>1.8.6</version>
<version>1.8.7</version>
</dependency>

<!-- [Optional] If you use The CloudWatch V2 appender, You need to add the dependency(cloudwatchlogs). -->
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.6-JAVA9MODULE_SLF4J17</version>
<version>1.8.7-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.6</version>
<version>1.8.7</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 2b2b38d

Please sign in to comment.