Skip to content

Commit

Permalink
chore(release): 4.0.7 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.7](v4.0.6...v4.0.7) (2024-08-07)

### Bug Fixes

* **deps:** bump golang.org/x/net from 0.27.0 to 0.28.0 ([81dca7d](81dca7d))
  • Loading branch information
semantic-release-bot committed Aug 7, 2024
1 parent 81dca7d commit f6b96a0
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 @@
## [4.0.7](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.6...v4.0.7) (2024-08-07)


### Bug Fixes

* **deps:** bump golang.org/x/net from 0.27.0 to 0.28.0 ([81dca7d](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/commit/81dca7dfb65225f46695e092b0bf9d08b7e3fd4c))

## [4.0.6](https://github.com/centralnicgroup-opensource/rtldev-middleware-go-sdk/compare/v4.0.5...v4.0.6) (2024-07-25)


Expand Down
2 changes: 1 addition & 1 deletion apiclient/apiclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func (cl *APIClient) GetUserAgent() string {

// GetVersion method to get current module version
func (cl *APIClient) GetVersion() string {
return "4.0.6"
return "4.0.7"
}

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

0 comments on commit f6b96a0

Please sign in to comment.