diff --git a/README.md b/README.md index ec143a4..0383364 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,9 @@ Will send a log to Logz.io that looks like this: ``` ### Release notes +- 2.0.1 + - Updated LogzioSender version to `2.0.1` + - Add `User-Agent` header with logz.io information - 2.0.0 - THIS IS A SNAPSHOT RELEASE - SUPPORTED WITH JDK 11 AND ABOVE - Updated LogzioSender version to `2.0.0`: - Fixes an issue where DiskQueue was not clearing disk space when using JDK 11 and above. diff --git a/pom.xml b/pom.xml index da1130e..131e8af 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.logz.log4j2 logzio-log4j2-appender - 2.0.0 + 2.0.1 jar Logz.io Log4j2 Appender @@ -36,7 +36,7 @@ - 2.0.0 + 2.0.1 @@ -79,7 +79,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + 3.2.4 sign-artifacts @@ -93,7 +93,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.3 + 1.7.0 true ossrh-nexus