Skip to content

Commit 6e69860

Browse files
authored
Update README.md
1 parent de41ace commit 6e69860

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Read [HTTP Archives](http://www.softwareishard.com/blog/har-12-spec/) with Java.
77
<dependency>
88
<groupId>de.sstoehr</groupId>
99
<artifactId>har-reader</artifactId>
10-
<version>2.4.0</version>
10+
<version>2.4.1</version>
1111
</dependency>
1212
```
1313

@@ -104,6 +104,13 @@ HarReader harReader = new HarReader(new MyMapperFactory());
104104

105105
## Latest Releases
106106

107+
### 2.4.1 - 2024-11-15
108+
109+
* _Changes see 2.4.0_
110+
* Fixed issue introduced with 2.4.0 with duplicate fields
111+
112+
[Details](https://github.com/sdstoehr/har-reader/releases/tag/har-reader-2.4.1)
113+
107114
### 2.4.0 - 2024-11-13
108115

109116
* Updated dependencies

0 commit comments

Comments
 (0)