File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,9 @@ Will send a log to Logz.io that looks like this:
157
157
```
158
158
159
159
### Release notes
160
+ - 2.0.1
161
+ - Updated LogzioSender version to ` 2.0.1 `
162
+ - Add ` User-Agent ` header with logz.io information
160
163
- 2.0.0 - THIS IS A SNAPSHOT RELEASE - SUPPORTED WITH JDK 11 AND ABOVE
161
164
- Updated LogzioSender version to ` 2.0.0 ` :
162
165
- Fixes an issue where DiskQueue was not clearing disk space when using JDK 11 and above.
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.logz.log4j2</groupId >
8
8
<artifactId >logzio-log4j2-appender</artifactId >
9
- <version >2.0.0 </version >
9
+ <version >2.0.1 </version >
10
10
11
11
<packaging >jar</packaging >
12
12
<name >Logz.io Log4j2 Appender</name >
36
36
</scm >
37
37
38
38
<properties >
39
- <logzio-sender-version >2.0.0 </logzio-sender-version >
39
+ <logzio-sender-version >2.0.1 </logzio-sender-version >
40
40
</properties >
41
41
42
42
<build >
79
79
<plugin >
80
80
<groupId >org.apache.maven.plugins</groupId >
81
81
<artifactId >maven-gpg-plugin</artifactId >
82
- <version >1.5 </version >
82
+ <version >3.2.4 </version >
83
83
<executions >
84
84
<execution >
85
85
<id >sign-artifacts</id >
93
93
<plugin >
94
94
<groupId >org.sonatype.plugins</groupId >
95
95
<artifactId >nexus-staging-maven-plugin</artifactId >
96
- <version >1.6.3 </version >
96
+ <version >1.7.0 </version >
97
97
<extensions >true</extensions >
98
98
<configuration >
99
99
<serverId >ossrh-nexus</serverId >
You can’t perform that action at this time.
0 commit comments