Skip to content

Commit 78c6985

Browse files
chore(release): 5.0.18 [skip ci]
## [5.0.18](v5.0.17...v5.0.18) (2025-08-28) ### Bug Fixes * **deps:** bump github.com/stretchr/testify from 1.11.0 to 1.11.1 ([8b85d07](8b85d07))
1 parent 8b85d07 commit 78c6985

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+
## [5.0.18](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.17...v5.0.18) (2025-08-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump github.com/stretchr/testify from 1.11.0 to 1.11.1 ([8b85d07](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/8b85d07b7d34912ee22eddb0fd666e4d12baa9aa))
7+
18
## [5.0.17](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.16...v5.0.17) (2025-08-25)
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.17"
287+
return "5.0.18"
288288
}
289289

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

0 commit comments

Comments
 (0)