Skip to content

Commit 79abb92

Browse files
chore(release): 5.0.3 [skip ci]
## [5.0.3](v5.0.2...v5.0.3) (2024-12-05) ### Bug Fixes * **deps:** bump golang.org/x/net from 0.31.0 to 0.32.0 ([a7a9cd3](a7a9cd3)) * **deps:** bump golang.org/x/text from 0.20.0 to 0.21.0 ([33ab286](33ab286))
1 parent a7a9cd3 commit 79abb92

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.3](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.2...v5.0.3) (2024-12-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump golang.org/x/net from 0.31.0 to 0.32.0 ([a7a9cd3](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/a7a9cd36f6b36e55369940c0f1a84da2b21ad0a9))
7+
* **deps:** bump golang.org/x/text from 0.20.0 to 0.21.0 ([33ab286](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/33ab286f838f84986e226657d2b38fcf18f3d3f2))
8+
19
## [5.0.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.1...v5.0.2) (2024-11-25)
210

311

apiclient/apiclient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ func (cl *APIClient) GetUserAgent() string {
282282

283283
// GetVersion method to get current module version
284284
func (cl *APIClient) GetVersion() string {
285-
return "5.0.2"
285+
return "5.0.3"
286286
}
287287

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

0 commit comments

Comments
 (0)