Skip to content

Commit 8a22152

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.3.0...v3.0.0) (2020-05-08) ### Features * **apiclient:** automatic IDN conversion of API command parameters to punycode ([407c105](407c105)) ### BREAKING CHANGES * **apiclient:** Even though thought and build for internal purposes, we launch a major version for this change. type of cmd parameter changes from map[string]inteface{} to map[string]string.
1 parent 407c105 commit 8a22152

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [3.0.0](https://github.com/hexonet/go-sdk/compare/v2.3.0...v3.0.0) (2020-05-08)
2+
3+
4+
### Features
5+
6+
* **apiclient:** automatic IDN conversion of API command parameters to punycode ([407c105](https://github.com/hexonet/go-sdk/commit/407c105d9d9f13a77fe68a9c1793596933edbd58))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **apiclient:** Even though thought and build for internal purposes, we launch a major version for
12+
this change. type of cmd parameter changes from map[string]inteface{} to map[string]string.
13+
114
# [2.3.0](https://github.com/hexonet/go-sdk/compare/v2.2.3...v2.3.0) (2020-03-13)
215

316

0 commit comments

Comments
 (0)