Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Apr 3, 2024
1 parent 7cd1c1a commit 602b345
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.3.1
* Added convenience methods for using ContentType with accepts and contentType methods

## 4.3.0
The modules have been repackaged and put into new maven coordinates in order to avoid conflicts with the 3.x line of unirest.
The mock module has had its maven artifact ID changed only.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can use a maven bom to manage the modules:
<dependency>
<groupId>com.konghq</groupId>
<artifactId>unirest-java-bom</artifactId>
<version>4.3.0</version>
<version>4.3.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 602b345

Please sign in to comment.