Commit 217dd86 1 parent 60ea8f2 commit 217dd86 Copy full SHA for 217dd86
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Read [HTTP Archives](http://www.softwareishard.com/blog/har-12-spec/) with Java.
7
7
<dependency>
8
8
<groupId>de.sstoehr</groupId>
9
9
<artifactId>har-reader</artifactId>
10
- <version>3.0.0 </version>
10
+ <version>3.0.1 </version>
11
11
</dependency>
12
12
```
13
13
@@ -104,15 +104,15 @@ HarReader harReader = new HarReader(new MyMapperFactory());
104
104
105
105
## Latest Releases
106
106
107
- ### 3.0.0 - 2024-12-21
107
+ ### 3.0.1 - 2024-12-21
108
108
109
109
* Minimum Java version is now 17
110
110
* Make use of records
111
111
* Use ` ZonedDateTime ` instead of ` Date `
112
112
* Properly annotated fields with ` @Nullable ` and ` @NotNull `
113
113
* _ Please see full list of breaking changes in the changelog details_
114
114
115
- [ Details] ( https://github.com/sdstoehr/har-reader/releases/tag/har-reader-3.0.0 )
115
+ [ Details] ( https://github.com/sdstoehr/har-reader/releases/tag/har-reader-3.0.1 )
116
116
117
117
### 2.5.0 - 2024-11-20
118
118
You can’t perform that action at this time.
0 commit comments