diff --git a/README.md b/README.md
index 4523e67..5c77825 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Just add it to your dependency then you can use the slf4j module in your applica
##### Gradle
```
- implementation 'com.sndyuk:logback-more-appenders:1.7.5-JAVA9MODULE_SLF4J17'
+ implementation 'com.sndyuk:logback-more-appenders:1.8.0-JAVA9MODULE_SLF4J17'
```
##### Maven
@@ -32,7 +32,7 @@ Just add it to your dependency then you can use the slf4j module in your applica
ch.qos.logback
logback-classic
- 1.7.5-JAVA9MODULE_SLF4J17
+ 1.8.0-JAVA9MODULE_SLF4J17
```
@@ -44,6 +44,11 @@ Just add it to your dependency then you can use the slf4j module in your applica
### Latest changes
+##### Version 1.8.0
+
+* Upgrade Fluency version from 2.2.1 to 2.4.1 https://github.com/sndyuk/logback-more-appenders/pull/48
+* Remove redundant "msg" field from Fluentd request. Use "message" instead.
+
##### Version 1.7.5
* FluencyLogbackAppender - add support for use original timestamp for logs https://github.com/sndyuk/logback-more-appenders/pull/44
@@ -64,17 +69,6 @@ Just add it to your dependency then you can use the slf4j module in your applica
* Fix multithreading problem on CloudWatch and KinesisStream LogbackAppender.
-##### Version 1.5.8
-
-* Minimum java target version to 7 from 6
-* Remove DynamoAppender
-* Add connectionTimeoutMilli and readTimeoutMilli properties for Fluency https://github.com/sndyuk/logback-more-appenders/pull/38
-
-##### Version 1.5.6
-
-* Fix Issue#23 https://github.com/sndyuk/logback-more-appenders/pull/37
-
-
## Installing
### Install jars from Maven2 repository
@@ -91,7 +85,7 @@ Configure your pom.xml:
com.sndyuk
logback-more-appenders
- 1.7.5
+ 1.8.0
diff --git a/pom-JAVA9MODULE_SLF4J17.xml b/pom-JAVA9MODULE_SLF4J17.xml
index a3f7d29..e096bf6 100644
--- a/pom-JAVA9MODULE_SLF4J17.xml
+++ b/pom-JAVA9MODULE_SLF4J17.xml
@@ -2,7 +2,7 @@
4.0.0
com.sndyuk
logback-more-appenders
- 1.7.5-JAVA9MODULE_SLF4J17
+ 1.8.0-JAVA9MODULE_SLF4J17
logback-more-appenders
logback appenders.
https://github.com/sndyuk/logback-more-appenders
diff --git a/pom.xml b/pom.xml
index b5b83a6..3f71d56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
com.sndyuk
logback-more-appenders
- 1.7.5
+ 1.8.0
logback-more-appenders
logback appenders.
https://github.com/sndyuk/logback-more-appenders