Skip to content

Commit

Permalink
chore(release): 4.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.4](v4.0.3...v4.0.4) (2024-06-05)

### Bug Fixes

* **deps:** bump golang.org/x/net from 0.25.0 to 0.26.0 ([a730f62](a730f62))
* **deps:** bump golang.org/x/text from 0.15.0 to 0.16.0 ([573cd71](573cd71))
  • Loading branch information
semantic-release-bot committed Jun 5, 2024
1 parent a730f62 commit 5398fe8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.0.4](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.3...v4.0.4) (2024-06-05)


### Bug Fixes

* **deps:** bump golang.org/x/net from 0.25.0 to 0.26.0 ([a730f62](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/a730f62bdfc8d50750c111e0cde8c985e637f03b))
* **deps:** bump golang.org/x/text from 0.15.0 to 0.16.0 ([573cd71](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/573cd71d8aa06962327b605dfea100dc1f1b3e80))

## [4.0.3](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.2...v4.0.3) (2024-05-22)


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.3"
return "4.0.4"
}

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

0 comments on commit 5398fe8

Please sign in to comment.