Skip to content

Commit

Permalink
chore(release): 5.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.4](v5.0.3...v5.0.4) (2025-01-03)

### Bug Fixes

* **deps:** bump golang.org/x/net from 0.32.0 to 0.33.0 ([50c39e2](50c39e2))
  • Loading branch information
semantic-release-bot committed Jan 3, 2025
1 parent 3290efc commit 8aff369
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 @@
## [5.0.4](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.3...v5.0.4) (2025-01-03)


### Bug Fixes

* **deps:** bump golang.org/x/net from 0.32.0 to 0.33.0 ([50c39e2](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/50c39e25523794fd31fdfd42b9c61ae48647638d))

## [5.0.3](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.2...v5.0.3) (2024-12-05)


Expand Down
2 changes: 1 addition & 1 deletion apiclient/apiclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func (cl *APIClient) GetUserAgent() string {

// GetVersion method to get current module version
func (cl *APIClient) GetVersion() string {
return "5.0.3"
return "5.0.4"
}

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

0 comments on commit 8aff369

Please sign in to comment.