Skip to content

Commit e5c45bd

Browse files
committed
docs: Updated CHANGELOG and website before release
1 parent 7ce366f commit e5c45bd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
This is intended as an overview of the major changes
22

3-
v5.10.0-SNAPSHOT
3+
v5.11.0-SNAPSHOT
4+
===
5+
- ...
6+
7+
v5.10.0
48
===
59
- Do not fail on logline specific parse errors, simply not provide the expected dissections.
610

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.9.0</version>
17+
<version>5.10.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.9.0</version>
80+
<version>5.10.0</version>
8181
</dependency>
8282

8383
Building

0 commit comments

Comments
 (0)