Skip to content

Commit

Permalink
chore(release): 5.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.3](v5.0.2...v5.0.3) (2024-12-05)

### Bug Fixes

* **deps:** bump golang.org/x/net from 0.31.0 to 0.32.0 ([a7a9cd3](a7a9cd3))
* **deps:** bump golang.org/x/text from 0.20.0 to 0.21.0 ([33ab286](33ab286))
  • Loading branch information
semantic-release-bot committed Dec 5, 2024
1 parent a7a9cd3 commit 79abb92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.0.3](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.2...v5.0.3) (2024-12-05)


### Bug Fixes

* **deps:** bump golang.org/x/net from 0.31.0 to 0.32.0 ([a7a9cd3](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/a7a9cd36f6b36e55369940c0f1a84da2b21ad0a9))
* **deps:** bump golang.org/x/text from 0.20.0 to 0.21.0 ([33ab286](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/33ab286f838f84986e226657d2b38fcf18f3d3f2))

## [5.0.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v5.0.1...v5.0.2) (2024-11-25)


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.2"
return "5.0.3"
}

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

0 comments on commit 79abb92

Please sign in to comment.