Skip to content

Commit

Permalink
chore(release): 4.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed May 22, 2024
1 parent ed377c5 commit 612d812
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)


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

0 comments on commit 612d812

Please sign in to comment.