We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8db80 commit 124dc90Copy full SHA for 124dc90
README.md
@@ -13,7 +13,7 @@ This appender uses [LogzioSender](https://github.com/logzio/logzio-java-sender)
13
<dependency>
14
<groupId>io.logz.log4j2</groupId>
15
<artifactId>logzio-log4j2-appender</artifactId>
16
- <version>1.0.14</version>
+ <version>1.0.15</version>
17
</dependency>
18
```
19
@@ -137,6 +137,8 @@ Will send a log to Logz.io that looks like this:
137
138
139
### Release notes
140
+ - 1.0.15
141
+ - Bump versions of `log4j-core`
142
- 1.0.14
143
- Bump versions of `log4j-api` and `log4j-core`
144
- 1.0.13
0 commit comments