Skip to content

Commit 5398fe8

Browse files
chore(release): 4.0.4 [skip ci]
## [4.0.4](v4.0.3...v4.0.4) (2024-06-05) ### Bug Fixes * **deps:** bump golang.org/x/net from 0.25.0 to 0.26.0 ([a730f62](a730f62)) * **deps:** bump golang.org/x/text from 0.15.0 to 0.16.0 ([573cd71](573cd71))
1 parent a730f62 commit 5398fe8

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+
## [4.0.4](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.3...v4.0.4) (2024-06-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump golang.org/x/net from 0.25.0 to 0.26.0 ([a730f62](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/a730f62bdfc8d50750c111e0cde8c985e637f03b))
7+
* **deps:** bump golang.org/x/text from 0.15.0 to 0.16.0 ([573cd71](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/573cd71d8aa06962327b605dfea100dc1f1b3e80))
8+
19
## [4.0.3](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.2...v4.0.3) (2024-05-22)
210

311

apiclient/apiclient.go

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

213213
// GetVersion method to get current module version
214214
func (cl *APIClient) GetVersion() string {
215-
return "4.0.3"
215+
return "4.0.4"
216216
}
217217

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

0 commit comments

Comments
 (0)