Skip to content

Commit 2a1d2a0

Browse files
chore(release): 5.0.16 [skip ci]
## [5.0.16](v5.0.15...v5.0.16) (2025-08-08) ### Bug Fixes * **deps:** bump golang.org/x/net from 0.41.0 to 0.42.0 ([504a318](504a318)) * **deps:** bump golang.org/x/net from 0.42.0 to 0.43.0 ([abc8ca0](abc8ca0)) * **deps:** bump golang.org/x/text from 0.26.0 to 0.27.0 ([28b139c](28b139c))
1 parent abc8ca0 commit 2a1d2a0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [5.0.16](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.15...v5.0.16) (2025-08-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump golang.org/x/net from 0.41.0 to 0.42.0 ([504a318](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/504a318fbc3d3dba80dac0ab1529c3395ca26800))
7+
* **deps:** bump golang.org/x/net from 0.42.0 to 0.43.0 ([abc8ca0](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/abc8ca03da73bcc02c7dc88bac34d1171e013a3e))
8+
* **deps:** bump golang.org/x/text from 0.26.0 to 0.27.0 ([28b139c](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/28b139c5e6177be0adb9c290dbbce50eab3fb572))
9+
110
## [5.0.15](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.14...v5.0.15) (2025-06-06)
211

312

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.15"
287+
return "5.0.16"
288288
}
289289

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

0 commit comments

Comments
 (0)