Skip to content

Commit fa2f321

Browse files
chore(release): 3.5.4 [skip ci]
## [3.5.4](v3.5.3...v3.5.4) (2022-06-24) ### Bug Fixes * **apiclient:** add CONNECTION_URL to debug output in debug mode ([3caac20](3caac20))
1 parent 3caac20 commit fa2f321

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.4](https://github.com/hexonet/go-sdk/compare/v3.5.3...v3.5.4) (2022-06-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **apiclient:** add CONNECTION_URL to debug output in debug mode ([3caac20](https://github.com/hexonet/go-sdk/commit/3caac2095677ff22d3c543f5b2d5a3577a7b99eb))
7+
18
## [3.5.3](https://github.com/hexonet/go-sdk/compare/v3.5.2...v3.5.3) (2022-03-23)
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.3"
214+
return "3.5.4"
215215
}
216216

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

0 commit comments

Comments
 (0)