Skip to content

Commit

Permalink
reflect latest version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sdstoehr committed Nov 17, 2023
1 parent 3f3e3ea commit c9c20f8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Read [HTTP Archives](http://www.softwareishard.com/blog/har-12-spec/) with Java.
<dependency>
<groupId>de.sstoehr</groupId>
<artifactId>har-reader</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
</dependency>
```

Expand Down Expand Up @@ -70,6 +70,14 @@ HarReader harReader = new HarReader(new MyMapperFactory());

## Latest Releases

### 2.3.0 - 2023-11-17

* Updated dependencies
* Requires Java 8 or later: dropped support for Java 7

[Details](https://github.com/sdstoehr/har-reader/releases/tag/har-reader-2.3.0)


### 2.2.1 - 2022-05-26

* Updated dependencies
Expand Down

0 comments on commit c9c20f8

Please sign in to comment.