Skip to content

Commit

Permalink
Merge pull request #21 from binance/rc-v3.0.3
Browse files Browse the repository at this point in the history
v3.0.3
  • Loading branch information
aisling-2 authored Oct 18, 2023
2 parents 87c1bc8 + 6cd6b15 commit ba694ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.3 - 2023-10-18

### Updated
- Bumped `org.json` package version to `20231013`.

## 3.0.2 - 2023-06-27

### Added
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.binance</groupId>
<artifactId>binance-futures-connector-java</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>lightweight connector to Futures API</description>
Expand Down Expand Up @@ -171,7 +171,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
<version>20231013</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

public final class RequestBuilder {
private static final MediaType JSON_TYPE = MediaType.parse("application/json; charset=utf-8");
private static final String USER_AGENT = "binance-futures-connector-java/3.0.2";
private static final String USER_AGENT = "binance-futures-connector-java/3.0.3";
private static final String CONTENT_TYPE = "application/x-www-form-urlencoded";

private RequestBuilder() {
Expand Down

0 comments on commit ba694ff

Please sign in to comment.