Skip to content

Commit 607c028

Browse files
chore(release): 4.0.6 [skip ci]
## [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))
1 parent 27ad3d2 commit 607c028

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.6](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.5...v4.0.6) (2024-07-25)
2+
3+
4+
### Performance Improvements
5+
6+
* **idntranslator.go:** extend transitional processing TLDs array with '.art' TLD ([27ad3d2](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/27ad3d2db2cdb4a398e29379344fe13f3adde813))
7+
18
## [4.0.5](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.4...v4.0.5) (2024-07-08)
29

310

apiclient/apiclient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ func (cl *APIClient) GetUserAgent() string {
212212

213213
// GetVersion method to get current module version
214214
func (cl *APIClient) GetVersion() string {
215-
return "4.0.5"
215+
return "4.0.6"
216216
}
217217

218218
// SaveSession method to apply data to a session for later reuse

0 commit comments

Comments
 (0)