We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de41ace commit 6e69860Copy full SHA for 6e69860
README.md
@@ -7,7 +7,7 @@ Read [HTTP Archives](http://www.softwareishard.com/blog/har-12-spec/) with Java.
7
<dependency>
8
<groupId>de.sstoehr</groupId>
9
<artifactId>har-reader</artifactId>
10
- <version>2.4.0</version>
+ <version>2.4.1</version>
11
</dependency>
12
```
13
@@ -104,6 +104,13 @@ HarReader harReader = new HarReader(new MyMapperFactory());
104
105
## Latest Releases
106
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
114
### 2.4.0 - 2024-11-13
115
116
* Updated dependencies
0 commit comments