Skip to content

Commit aeb6471

Browse files
chore(release): 5.0.8 [skip ci]
## [5.0.8](v5.0.7...v5.0.8) (2025-02-11) ### Bug Fixes * **deps:** bump golang.org/x/net from 0.34.0 to 0.35.0 ([5e0ab9f](5e0ab9f))
1 parent 5e0ab9f commit aeb6471

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.8](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.7...v5.0.8) (2025-02-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump golang.org/x/net from 0.34.0 to 0.35.0 ([5e0ab9f](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/5e0ab9f0c44b5a03737b82e94597b15a4f40c5b6))
7+
18
## [5.0.7](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.6...v5.0.7) (2025-02-05)
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.7"
287+
return "5.0.8"
288288
}
289289

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

0 commit comments

Comments
 (0)