From d50f723e8c4880dda5d93e0eff99456c82a6c5b9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Nov 2024 10:10:53 +0000 Subject: [PATCH] chore(release): 5.0.1 [skip ci] ## [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)) --- HISTORY.md | 7 +++++++ apiclient/apiclient.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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