Skip to content

Commit 0272d68

Browse files
chore(release): 2.2.1 [skip ci]
## [2.2.1](v2.2.0...v2.2.1) (2019-08-19) ### Bug Fixes * **APIClient:** change default SDK url ([64d89d5](64d89d5))
1 parent 64d89d5 commit 0272d68

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.1](https://github.com/hexonet/go-sdk/compare/v2.2.0...v2.2.1) (2019-08-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **APIClient:** change default SDK url ([64d89d5](https://github.com/hexonet/go-sdk/commit/64d89d5))
7+
18
# [2.2.0](https://github.com/hexonet/go-sdk/compare/v2.1.0...v2.2.0) (2019-04-17)
29

310

apiclient/apiclient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (cl *APIClient) GetUserAgent() string {
130130

131131
// GetVersion method to get current module version
132132
func (cl *APIClient) GetVersion() string {
133-
return "2.2.0"
133+
return "2.2.1"
134134
}
135135

136136
// SaveSession method to apply data to a session for later reuse

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@
8585
"semantic-release": "semantic-release",
8686
"travis-deploy-once": "travis-deploy-once"
8787
}
88-
}
88+
}

0 commit comments

Comments
 (0)