Skip to content

Commit

Permalink
chore(release): 5.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.1](v5.0.0...v5.0.1) (2024-11-25)

### Bug Fixes

* **deps:** bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ([bcff54a](bcff54a))
  • Loading branch information
semantic-release-bot committed Nov 25, 2024
1 parent bcff54a commit d50f723
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.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.0...v5.0.1) (2024-11-25)


### Bug Fixes

* **deps:** bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ([bcff54a](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/bcff54afaa948aac306500cd30a3f4de5e9fea64))

# [5.0.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.7...v5.0.0) (2024-11-11)


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.0"
return "5.0.1"
}

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

0 comments on commit d50f723

Please sign in to comment.