Skip to content

Commit c71994b

Browse files
chore(release): 3.5.6 [skip ci]
## [3.5.6](v3.5.5...v3.5.6) (2023-11-30) ### Bug Fixes * **apiclient.go:** patched an issue where autoconvertidn was overriding commands ([3c7ec16](3c7ec16))
1 parent 3c7ec16 commit c71994b

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.6](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v3.5.5...v3.5.6) (2023-11-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **apiclient.go:** patched an issue where autoconvertidn was overriding commands ([3c7ec16](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/3c7ec16306a59842a48c999d57b53ad596d1d1c8))
7+
18
## [3.5.5](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v3.5.4...v3.5.5) (2023-01-17)
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.5"
214+
return "3.5.6"
215215
}
216216

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

0 commit comments

Comments
 (0)