Skip to content

Commit

Permalink
docs: Updated CHANGELOG and website before release
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jun 9, 2023
1 parent 7ce366f commit e5c45bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
This is intended as an overview of the major changes

v5.10.0-SNAPSHOT
v5.11.0-SNAPSHOT
===
- ...

v5.10.0
===
- Do not fail on logline specific parse errors, simply not provide the expected dissections.

Expand Down
2 changes: 1 addition & 1 deletion README-Java.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ First you put something like this in your pom.xml file:
<dependency>
<groupId>nl.basjes.parse.httpdlog</groupId>
<artifactId>httpdlog-parser</artifactId>
<version>5.9.0</version>
<version>5.10.0</version>
</dependency>

I assume we have a logformat variable that looks something like this:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ So using it in a Java based project is as simple as adding this to your dependen
<dependency>
<groupId>nl.basjes.parse.httpdlog</groupId>
<artifactId>httpdlog-parser</artifactId>
<version>5.9.0</version>
<version>5.10.0</version>
</dependency>

Building
Expand Down

0 comments on commit e5c45bd

Please sign in to comment.