Skip to content

Commit

Permalink
Update docs with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
artamonovkirill committed Sep 23, 2023
1 parent b3d1537 commit 6992807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Full Java API reference is available [here](doc/JAVA.md)

<a id='changelog'></a>
## Changelog
**[(draft) 3.3.0](https://search.maven.org/artifact/com.tomtom.http/goji-http-client/3.3.0/jar)**: (chore) migrate to [org.wiremock](https://central.sonatype.com/artifact/org.wiremock/wiremock) & [httclient5](https://central.sonatype.com/artifact/org.apache.httpcomponents.client5/httpclient5)

**[3.2.0](https://search.maven.org/artifact/com.tomtom.http/goji-http-client/3.2.0/jar)**: (feat) default headers

**[3.1.1](https://search.maven.org/artifact/com.tomtom.http/goji-http-client/3.1.1/jar)**: (security) remove vulnerable dependencies
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tomtom.http</groupId>
<artifactId>goji-http-client</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<name>GOJI HTTP Client</name>
<description>
A wrapper around Apache HttpClient and Jackson Databind libraries with lean Groovy syntax.
Expand Down

0 comments on commit 6992807

Please sign in to comment.