diff --git a/HISTORY.md b/HISTORY.md index 78f75d4..680e5e7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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) diff --git a/apiclient/apiclient.go b/apiclient/apiclient.go index c3fea48..5caa0e0 100644 --- a/apiclient/apiclient.go +++ b/apiclient/apiclient.go @@ -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