Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sdstoehr authored Nov 15, 2024
1 parent de41ace commit 6e69860
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Read [HTTP Archives](http://www.softwareishard.com/blog/har-12-spec/) with Java.
<dependency>
<groupId>de.sstoehr</groupId>
<artifactId>har-reader</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
</dependency>
```

Expand Down Expand Up @@ -104,6 +104,13 @@ HarReader harReader = new HarReader(new MyMapperFactory());

## Latest Releases

### 2.4.1 - 2024-11-15

* _Changes see 2.4.0_
* Fixed issue introduced with 2.4.0 with duplicate fields

[Details](https://github.com/sdstoehr/har-reader/releases/tag/har-reader-2.4.1)

### 2.4.0 - 2024-11-13

* Updated dependencies
Expand Down

0 comments on commit 6e69860

Please sign in to comment.