Skip to content

Commit d7df1d7

Browse files
authored
v2.0.1
update java sender version
2 parents 1440944 + 33caddb commit d7df1d7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ Will send a log to Logz.io that looks like this:
157157
```
158158

159159
### Release notes
160+
- 2.0.1
161+
- Updated LogzioSender version to `2.0.1`
162+
- Add `User-Agent` header with logz.io information
160163
- 2.0.0 - THIS IS A SNAPSHOT RELEASE - SUPPORTED WITH JDK 11 AND ABOVE
161164
- Updated LogzioSender version to `2.0.0`:
162165
- Fixes an issue where DiskQueue was not clearing disk space when using JDK 11 and above.

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.logz.log4j2</groupId>
88
<artifactId>logzio-log4j2-appender</artifactId>
9-
<version>2.0.0</version>
9+
<version>2.0.1</version>
1010

1111
<packaging>jar</packaging>
1212
<name>Logz.io Log4j2 Appender</name>
@@ -36,7 +36,7 @@
3636
</scm>
3737

3838
<properties>
39-
<logzio-sender-version>2.0.0</logzio-sender-version>
39+
<logzio-sender-version>2.0.1</logzio-sender-version>
4040
</properties>
4141

4242
<build>
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-gpg-plugin</artifactId>
82-
<version>1.5</version>
82+
<version>3.2.4</version>
8383
<executions>
8484
<execution>
8585
<id>sign-artifacts</id>
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>org.sonatype.plugins</groupId>
9595
<artifactId>nexus-staging-maven-plugin</artifactId>
96-
<version>1.6.3</version>
96+
<version>1.7.0</version>
9797
<extensions>true</extensions>
9898
<configuration>
9999
<serverId>ossrh-nexus</serverId>

0 commit comments

Comments
 (0)