Skip to content

Commit

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

### Bug Fixes

* **deps:** bump golang.org/x/net from 0.26.0 to 0.27.0 ([70a54f1](70a54f1))
  • Loading branch information
semantic-release-bot committed Jul 8, 2024
1 parent 70a54f1 commit 8911d04
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.5](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.4...v4.0.5) (2024-07-08)


### Bug Fixes

* **deps:** bump golang.org/x/net from 0.26.0 to 0.27.0 ([70a54f1](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/70a54f1b245dc8928348a006ce898279b248f5e4))

## [4.0.4](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.3...v4.0.4) (2024-06-05)


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.4"
return "4.0.5"
}

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

0 comments on commit 8911d04

Please sign in to comment.