Skip to content

Commit

Permalink
chore(release): 4.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.6](v4.0.5...v4.0.6) (2024-07-25)

### Performance Improvements

* **idntranslator.go:** extend transitional processing TLDs array with '.art' TLD ([27ad3d2](27ad3d2))
  • Loading branch information
semantic-release-bot committed Jul 25, 2024
1 parent 27ad3d2 commit 607c028
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.6](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.5...v4.0.6) (2024-07-25)


### Performance Improvements

* **idntranslator.go:** extend transitional processing TLDs array with '.art' TLD ([27ad3d2](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/27ad3d2db2cdb4a398e29379344fe13f3adde813))

## [4.0.5](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.4...v4.0.5) (2024-07-08)


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.5"
return "4.0.6"
}

// SaveSession method to apply data to a session for later reuse
Expand Down

0 comments on commit 607c028

Please sign in to comment.