Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed May 3, 2024
1 parent b4b568d commit 386e94a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.3.2
* Issue #523 when paging create a new copy of the request for each page rather than reusing the original
* Issue #524 support the Partitioned flag on cookies for CHIPs (Cookies Having Independent Partitioned State)
* Make Path public. Because its handy

## 4.3.1
* Added convenience methods for using ContentType with accepts and contentType methods

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can use a maven bom to manage the modules:
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java-bom</artifactId>
<version>4.3.1</version>
<version>4.3.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 386e94a

Please sign in to comment.