Skip to content

Commit 27440b5

Browse files
authored
Update README.md
1 parent 73111b2 commit 27440b5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-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.1</version>
10+
<version>2.5.0</version>
1111
</dependency>
1212
```
1313

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

105105
## Latest Releases
106106

107+
### 2.5.0 - 2024-11-20
108+
109+
* Fixed browser field to be nullable as required according to spec. (Previous versions mistakenly returned an empty browser object instead)
110+
111+
[Details](https://github.com/sdstoehr/har-reader/releases/tag/har-reader-2.5.0)
112+
107113
### 2.4.1 - 2024-11-15
108114

109115
* _Changes see 2.4.0_

0 commit comments

Comments
 (0)