diff --git a/CHANGELOG.md b/CHANGELOG.md index a350d64..34bc9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 669fb5d..96e659b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config.json b/config.json index a183a88..a24d16e 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "packageVersion": "5.0.1", + "packageVersion": "5.0.2", "gitRepoId": "fingerprint-pro-server-api-go-sdk", "gitUserId": "fingerprintjs", "packageName": "sdk", diff --git a/sdk/api_fingerprint.go b/sdk/api_fingerprint.go index 6465c81..a773b74 100644 --- a/sdk/api_fingerprint.go +++ b/sdk/api_fingerprint.go @@ -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{} @@ -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() { diff --git a/sdk/configuration.go b/sdk/configuration.go index c976d41..f717dfd 100644 --- a/sdk/configuration.go +++ b/sdk/configuration.go @@ -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)