Skip to content

Commit

Permalink
chore(release): 5.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.2](v5.0.1...v5.0.2) (2024-03-28)

### Build System

* **deps:** bump google.golang.org/protobuf from 1.32.0 to 1.33.0 ([b749ff0](b749ff0))
* **deps:** bump google.golang.org/protobuf in /example ([2fd6964](2fd6964))
  • Loading branch information
semantic-release-bot committed Mar 28, 2024
1 parent e8da5dd commit 2c077f2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.0.2](https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/compare/v5.0.1...v5.0.2) (2024-03-28)


### Build System

* **deps:** bump google.golang.org/protobuf from 1.32.0 to 1.33.0 ([b749ff0](https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/commit/b749ff0c678b761c9994290cdf1937033a81cabb))
* **deps:** bump google.golang.org/protobuf in /example ([2fd6964](https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/commit/2fd6964c4712d5ade810f96ad91ed0666df784d3))

## [5.0.1](https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/compare/v5.0.0...v5.0.1) (2024-02-27)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Fingerprint Pro Server API allows you to get information about visitors and abou
This Go package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 3
- Package version: 5.0.1
- Package version: 5.0.2
- Build package: io.swagger.codegen.v3.generators.go.GoClientCodegen

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packageVersion": "5.0.1",
"packageVersion": "5.0.2",
"gitRepoId": "fingerprint-pro-server-api-go-sdk",
"gitUserId": "fingerprintjs",
"packageName": "sdk",
Expand Down
4 changes: 2 additions & 2 deletions sdk/api_fingerprint.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (a *FingerprintApiService) GetEvent(ctx context.Context, requestId string)
localVarQueryParams := url.Values{}
localVarFormParams := url.Values{}

localVarQueryParams.Add("ii", "fingerprint-pro-server-go-sdk/5.0.1")
localVarQueryParams.Add("ii", "fingerprint-pro-server-go-sdk/5.0.2")
// to determine the Content-Type header
localVarHttpContentTypes := []string{}

Expand Down Expand Up @@ -202,7 +202,7 @@ func (a *FingerprintApiService) GetVisits(ctx context.Context, visitorId string,
localVarQueryParams := url.Values{}
localVarFormParams := url.Values{}

localVarQueryParams.Add("ii", "fingerprint-pro-server-go-sdk/5.0.1")
localVarQueryParams.Add("ii", "fingerprint-pro-server-go-sdk/5.0.2")
if localVarOptionals != nil {

if localVarOptionals.RequestId.IsSet() {
Expand Down
2 changes: 1 addition & 1 deletion sdk/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (c *Configuration) AddDefaultHeader(key string, value string) {
func NewConfiguration() *Configuration {
cfg := &Configuration{
DefaultHeader: make(map[string]string),
UserAgent: "Swagger-Codegen/5.0.1/go",
UserAgent: "Swagger-Codegen/5.0.2/go",
region: RegionUS,
}
cfg.basePath = resolveBasePath(cfg.region)
Expand Down

0 comments on commit 2c077f2

Please sign in to comment.