Skip to content

Commit 0f5e3bc

Browse files
authored
Update README.md
1 parent 4983262 commit 0f5e3bc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-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.3.0</version>
10+
<version>2.4.0</version>
1111
</dependency>
1212
```
1313

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

105105
## Latest Releases
106106

107+
### 2.4.0 - 2024-11-13
108+
109+
* Updated dependencies
110+
* Added support for unknown HTTP methods or status codes
111+
* Added support to serialize HAR data back to JSON
112+
113+
[Details](https://github.com/sdstoehr/har-reader/releases/tag/har-reader-2.4.0)
114+
107115
### 2.3.0 - 2023-11-17
108116

109117
* Updated dependencies

0 commit comments

Comments
 (0)