Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.3.4...v3.0.0) (2020-03-12)

### Bug Fixes

* **travis:** move allow_failures from matrix to jobs ([2237296](2237296))

### Features

* **apiclient:** request method now accepts HashMap<String, Object> as command (allow nested arrays) ([35e500d](35e500d))

### BREAKING CHANGES

* **apiclient:** changed type for parameter cmd of APIClient method request
  • Loading branch information
semantic-release-bot committed Mar 12, 2020
1 parent 2237296 commit eae345f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [3.0.0](https://github.com/hexonet/java-sdk/compare/v2.3.4...v3.0.0) (2020-03-12)


### Bug Fixes

* **travis:** move allow_failures from matrix to jobs ([2237296](https://github.com/hexonet/java-sdk/commit/22372968a6307951b62fbf5450e12feda060c746))


### Features

* **apiclient:** request method now accepts HashMap<String, Object> as command (allow nested arrays) ([35e500d](https://github.com/hexonet/java-sdk/commit/35e500d25919c9095c78b148c96fdc396bf47167))


### BREAKING CHANGES

* **apiclient:** changed type for parameter cmd of APIClient method request

## [2.3.4](https://github.com/hexonet/java-sdk/compare/v2.3.3...v2.3.4) (2019-10-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
"@semantic-release/git": "^9.0.0",
"semantic-release": "^17.0.2"
}
}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>
<groupId>net.hexonet.apiconnector</groupId>
<artifactId>java-sdk</artifactId>
<version>2.3.4</version>
<version>3.0.0</version>
<packaging>jar</packaging>
<name>java-sdk</name>
<description>A connector library for the insanely fast HEXONET backend API.</description>
Expand Down

0 comments on commit eae345f

Please sign in to comment.