Skip to content

Commit fe23e12

Browse files
chore(release): 5.0.14 [skip ci]
## [5.0.14](v5.0.13...v5.0.14) (2025-05-06) ### Bug Fixes * **deps:** bump golang.org/x/net from 0.39.0 to 0.40.0 ([4a96d2c](4a96d2c)) * **deps:** bump golang.org/x/text from 0.24.0 to 0.25.0 ([a33b170](a33b170))
1 parent 4a96d2c commit fe23e12

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.14](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.13...v5.0.14) (2025-05-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump golang.org/x/net from 0.39.0 to 0.40.0 ([4a96d2c](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/4a96d2cdf3baf5275f41958ac2987ff07ae3c888))
7+
* **deps:** bump golang.org/x/text from 0.24.0 to 0.25.0 ([a33b170](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/a33b1701d37f3344a7243e033476678c65bd14ba))
8+
19
## [5.0.13](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.12...v5.0.13) (2025-04-08)
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.13"
287+
return "5.0.14"
288288
}
289289

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

0 commit comments

Comments
 (0)