Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.7...v5.0.0) (2024-11-11)

### Features

* **centralnic-reseller-go-sdk:** Introducing CentralNic Reseller Go-SDK API Connector ([5762fe3](5762fe3))

### 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.
  • Loading branch information
semantic-release-bot committed Nov 11, 2024
1 parent 5762fe3 commit 0474322
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion apiclient/apiclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0474322

Please sign in to comment.