Skip to content

Commit 5a24bbe

Browse files
chore(release): 5.0.15 [skip ci]
## [5.0.15](v5.0.14...v5.0.15) (2025-06-06) ### Bug Fixes * **deps:** bump golang.org/x/net from 0.40.0 to 0.41.0 ([0411da1](0411da1)) * **deps:** bump golang.org/x/text from 0.25.0 to 0.26.0 ([0a6a711](0a6a711))
1 parent 0411da1 commit 5a24bbe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [5.0.15](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.14...v5.0.15) (2025-06-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump golang.org/x/net from 0.40.0 to 0.41.0 ([0411da1](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/0411da1876785c9f0e152d349644c7e258ef8144))
7+
* **deps:** bump golang.org/x/text from 0.25.0 to 0.26.0 ([0a6a711](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/0a6a711ee9cb9d292b27bf61d4687ddd2a62f196))
8+
19
## [5.0.14](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.13...v5.0.14) (2025-05-06)
210

311

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

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

0 commit comments

Comments
 (0)