From 386e94a320a4bde294255346e9836ff4c5cc3033 Mon Sep 17 00:00:00 2001 From: Ryan Bergman Date: Fri, 3 May 2024 08:22:49 -0500 Subject: [PATCH] update docs --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f8ccc6a..18a9de0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index bd2227b5..a1e27bb1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can use a maven bom to manage the modules: com.konghq unirest-java-bom - 4.3.1 + 4.3.2 pom import