From 29f6fb94e8002eacd7f2dc0a6b87277824dc1b31 Mon Sep 17 00:00:00 2001 From: Ryan Bergman Date: Sat, 15 Feb 2020 09:43:31 -0600 Subject: [PATCH] bump doc --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- docs/index.md | 8 ++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 373bb0ab2..c5a94dc0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.4.04 +* #335 keep around failure bodies for mapping to error objects +* Request objects implement equals for future feature to support request caching + ## 3.4.03 * Patch bump of all Apache dependencies * Patch bump of gson diff --git a/README.md b/README.md index 2f6ccfbf9..b85cc362c 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ com.konghq unirest-java - 3.4.03 + 3.4.04 com.konghq unirest-java - 3.4.03 + 3.4.04 standalone diff --git a/docs/index.md b/docs/index.md index d2b157054..343be14b1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -48,14 +48,14 @@ rightmenu: true com.konghq unirest-java - 3.4.03 + 3.4.04 com.konghq unirest-java - 3.4.03 + 3.4.04 standalone @@ -549,7 +549,7 @@ Unirest offers a few different Object Mapper's based on popular JSON libraries ( com.konghq unirest-objectmapper-jackson - 3.4.03 + 3.4.04 @@ -557,7 +557,7 @@ Unirest offers a few different Object Mapper's based on popular JSON libraries ( com.konghq unirest-object-mappers-gson - 3.4.03 + 3.4.04 ```