Skip to content

Commit eae345f

Browse files
chore(release): 3.0.0 [skip ci]
# [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
1 parent 2237296 commit eae345f

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

HISTORY.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [3.0.0](https://github.com/hexonet/java-sdk/compare/v2.3.4...v3.0.0) (2020-03-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **travis:** move allow_failures from matrix to jobs ([2237296](https://github.com/hexonet/java-sdk/commit/22372968a6307951b62fbf5450e12feda060c746))
7+
8+
9+
### Features
10+
11+
* **apiclient:** request method now accepts HashMap<String, Object> as command (allow nested arrays) ([35e500d](https://github.com/hexonet/java-sdk/commit/35e500d25919c9095c78b148c96fdc396bf47167))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **apiclient:** changed type for parameter cmd of APIClient method request
17+
118
## [2.3.4](https://github.com/hexonet/java-sdk/compare/v2.3.3...v2.3.4) (2019-10-04)
219

320

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
"@semantic-release/git": "^9.0.0",
4444
"semantic-release": "^17.0.2"
4545
}
46-
}
46+
}

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</properties>
88
<groupId>net.hexonet.apiconnector</groupId>
99
<artifactId>java-sdk</artifactId>
10-
<version>2.3.4</version>
10+
<version>3.0.0</version>
1111
<packaging>jar</packaging>
1212
<name>java-sdk</name>
1313
<description>A connector library for the insanely fast HEXONET backend API.</description>

0 commit comments

Comments
 (0)