Skip to content

Commit 7aca717

Browse files
chore(release): 3.5.3 [skip ci]
## [3.5.3](v3.5.2...v3.5.3) (2022-03-23) ### Bug Fixes * **ot&e:** url updated for OT&E environment ([4aed2be](4aed2be))
1 parent 4aed2be commit 7aca717

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.5.3](https://github.com/hexonet/go-sdk/compare/v3.5.2...v3.5.3) (2022-03-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **ot&e:** url updated for OT&E environment ([4aed2be](https://github.com/hexonet/go-sdk/commit/4aed2be94b4a81341d2bb18ca6939dd6b01dae84))
7+
18
## [3.5.2](https://github.com/hexonet/go-sdk/compare/v3.5.1...v3.5.2) (2021-04-09)
29

310

apiclient/apiclient.go

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

212212
// GetVersion method to get current module version
213213
func (cl *APIClient) GetVersion() string {
214-
return "3.5.2"
214+
return "3.5.3"
215215
}
216216

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

0 commit comments

Comments
 (0)