Skip to content

Commit

Permalink
upate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Aug 23, 2022
1 parent a23c276 commit c255245
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 3.13.11
* Content-Type should be overwritten rather than adding a second Content-Type
* Forcing multipart overrides content-type headers

## 3.13.9
* Bypass silly NPE in Json Parsing

## 3.13.8
* Made HttpMethod::all static

## 3.13.7
* Dependency upgrades

## 3.13.6
* issue #424 Cannot use response.mapError with ByteResponse

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>3.13.6</version>
<version>3.13.11</version>
</dependency>

<!-- OR as a snazzy new standalone jar with shaded dependencies -->
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>3.13.6</version>
<version>3.13.11</version>
<classifier>standalone</classifier>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ rightmenu: true
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>3.13.6</version>
<version>3.13.11</version>
</dependency>

<!-- OR as a snazzy new standalone jar with shaded dependencies -->
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>3.13.6</version>
<version>3.13.11</version>
<classifier>standalone</classifier>
</dependency>

Expand Down

0 comments on commit c255245

Please sign in to comment.