From 612d8129b4518d7f5a80907069c7633454ddda28 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 May 2024 10:43:23 +0000 Subject: [PATCH] chore(release): 4.0.2 [skip ci] ## [4.0.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/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](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/ed377c5375f64408f5914dddd62ae42534ddcd53)) --- HISTORY.md | 7 +++++++ apiclient/apiclient.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index fb25559..65dd716 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [4.0.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/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](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/ed377c5375f64408f5914dddd62ae42534ddcd53)) + ## [4.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.0...v4.0.1) (2024-05-21) diff --git a/apiclient/apiclient.go b/apiclient/apiclient.go index 7af0a46..34336f5 100644 --- a/apiclient/apiclient.go +++ b/apiclient/apiclient.go @@ -212,7 +212,7 @@ func (cl *APIClient) GetUserAgent() string { // GetVersion method to get current module version func (cl *APIClient) GetVersion() string { - return "4.0.1" + return "4.0.2" } // SaveSession method to apply data to a session for later reuse