From 5398fe881b4cbcdadb71e73c741bd5c48965526c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Jun 2024 10:03:17 +0000 Subject: [PATCH] chore(release): 4.0.4 [skip ci] ## [4.0.4](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.3...v4.0.4) (2024-06-05) ### Bug Fixes * **deps:** bump golang.org/x/net from 0.25.0 to 0.26.0 ([a730f62](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/a730f62bdfc8d50750c111e0cde8c985e637f03b)) * **deps:** bump golang.org/x/text from 0.15.0 to 0.16.0 ([573cd71](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/573cd71d8aa06962327b605dfea100dc1f1b3e80)) --- HISTORY.md | 8 ++++++++ apiclient/apiclient.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 6f11102..494a4b3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,11 @@ +## [4.0.4](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.3...v4.0.4) (2024-06-05) + + +### Bug Fixes + +* **deps:** bump golang.org/x/net from 0.25.0 to 0.26.0 ([a730f62](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/a730f62bdfc8d50750c111e0cde8c985e637f03b)) +* **deps:** bump golang.org/x/text from 0.15.0 to 0.16.0 ([573cd71](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/573cd71d8aa06962327b605dfea100dc1f1b3e80)) + ## [4.0.3](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.2...v4.0.3) (2024-05-22) diff --git a/apiclient/apiclient.go b/apiclient/apiclient.go index 6c08f0b..a86f32d 100644 --- a/apiclient/apiclient.go +++ b/apiclient/apiclient.go @@ -212,7 +212,7 @@ func (cl *APIClient) GetUserAgent() string { // GetVersion method to get current module version func (cl *APIClient) GetVersion() string { - return "4.0.3" + return "4.0.4" } // SaveSession method to apply data to a session for later reuse