Skip to content

Commit 612d812

Browse files
chore(release): 4.0.2 [skip ci]
## [4.0.2](v4.0.1...v4.0.2) (2024-05-22) ### Bug Fixes * **go.mod:** bumped go version 1.22.3 to 1.18 as dnscontrol supports 1.18 ([ed377c5](ed377c5))
1 parent ed377c5 commit 612d812

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.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.1...v4.0.2) (2024-05-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **go.mod:** bumped go version 1.22.3 to 1.18 as dnscontrol supports 1.18 ([ed377c5](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/ed377c5375f64408f5914dddd62ae42534ddcd53))
7+
18
## [4.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.0...v4.0.1) (2024-05-21)
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.1"
215+
return "4.0.2"
216216
}
217217

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

0 commit comments

Comments
 (0)