Skip to content

Commit f6b96a0

Browse files
chore(release): 4.0.7 [skip ci]
## [4.0.7](v4.0.6...v4.0.7) (2024-08-07) ### Bug Fixes * **deps:** bump golang.org/x/net from 0.27.0 to 0.28.0 ([81dca7d](81dca7d))
1 parent 81dca7d commit f6b96a0

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+
## [4.0.7](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.6...v4.0.7) (2024-08-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump golang.org/x/net from 0.27.0 to 0.28.0 ([81dca7d](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/81dca7dfb65225f46695e092b0bf9d08b7e3fd4c))
7+
18
## [4.0.6](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.5...v4.0.6) (2024-07-25)
29

310

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.6"
215+
return "4.0.7"
216216
}
217217

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

0 commit comments

Comments
 (0)