Skip to content

Commit ff97368

Browse files
chore(release): 5.0.17 [skip ci]
## [5.0.17](v5.0.16...v5.0.17) (2025-08-25) ### Bug Fixes * **deps:** bump github.com/stretchr/testify from 1.10.0 to 1.11.0 ([ace43f1](ace43f1))
1 parent ace43f1 commit ff97368

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.17](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.16...v5.0.17) (2025-08-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump github.com/stretchr/testify from 1.10.0 to 1.11.0 ([ace43f1](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/ace43f110aa0a856c8dfe9a84b4220d1330f66fb))
7+
18
## [5.0.16](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.15...v5.0.16) (2025-08-08)
29

310

apiclient/apiclient.go

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

285285
// GetVersion method to get current module version
286286
func (cl *APIClient) GetVersion() string {
287-
return "5.0.16"
287+
return "5.0.17"
288288
}
289289

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

0 commit comments

Comments
 (0)