From 0474322963fcb72d650e194e0c9012953bb0004e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 11 Nov 2024 17:28:21 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] # [5.0.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.7...v5.0.0) (2024-11-11) ### Features * **centralnic-reseller-go-sdk:** Introducing CentralNic Reseller Go-SDK API Connector ([5762fe3](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/5762fe33aa25ba8094803667b388582e68b45d15)) ### BREAKING CHANGES * **centralnic-reseller-go-sdk:** This release deprecates the Hexonet Go SDK and introduces the CentralNic Reseller Go SDK. - Note: To continue using the Hexonet SDK, please install version 4.0.7 or earlier. --- HISTORY.md | 13 +++++++++++++ apiclient/apiclient.go | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 20fa7c7..78f75d4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,16 @@ +# [5.0.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.7...v5.0.0) (2024-11-11) + + +### Features + +* **centralnic-reseller-go-sdk:** Introducing CentralNic Reseller Go-SDK API Connector ([5762fe3](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/5762fe33aa25ba8094803667b388582e68b45d15)) + + +### BREAKING CHANGES + +* **centralnic-reseller-go-sdk:** This release deprecates the Hexonet Go SDK and introduces the CentralNic Reseller Go SDK. +- Note: To continue using the Hexonet SDK, please install version 4.0.7 or earlier. + ## [4.0.7](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.6...v4.0.7) (2024-08-07) diff --git a/apiclient/apiclient.go b/apiclient/apiclient.go index a0a9615..c3fea48 100644 --- a/apiclient/apiclient.go +++ b/apiclient/apiclient.go @@ -282,7 +282,7 @@ func (cl *APIClient) GetUserAgent() string { // GetVersion method to get current module version func (cl *APIClient) GetVersion() string { - return "4.0.7" + return "5.0.0" } // SaveSession method to apply data to a session for later reuse