Skip to content

Commit 6cf762c

Browse files
committed
docs: Updated CHANGELOG and website before release
1 parent 47a41c4 commit 6cf762c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-Java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ First you put something like this in your pom.xml file:
1414
<dependency>
1515
<groupId>nl.basjes.parse.httpdlog</groupId>
1616
<artifactId>httpdlog-parser</artifactId>
17-
<version>5.10.0</version>
17+
<version>5.11.0</version>
1818
</dependency>
1919

2020
I assume we have a logformat variable that looks something like this:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ So using it in a Java based project is as simple as adding this to your dependen
7777
<dependency>
7878
<groupId>nl.basjes.parse.httpdlog</groupId>
7979
<artifactId>httpdlog-parser</artifactId>
80-
<version>5.10.0</version>
80+
<version>5.11.0</version>
8181
</dependency>
8282

8383
Building

0 commit comments

Comments
 (0)