From 104304a5414f598dfc72ae8fbfe0a02071d62278 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Jan 2023 12:54:37 +0000 Subject: [PATCH] chore(release): 2.0.0-test.3 [skip ci] ## [2.0.0-test.3](https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/compare/v2.0.0-test.2...v2.0.0-test.3) (2023-01-23) ### Features * update module name to github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/v2 ([aec4af5](https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/commit/aec4af5bd7ec823dabbbf10ef77203c7881079a0)) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- config.json | 2 +- sdk/api_fingerprint.go | 4 ++-- sdk/configuration.go | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1050e1c..265e1a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.0-test.3](https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/compare/v2.0.0-test.2...v2.0.0-test.3) (2023-01-23) + + +### Features + +* update module name to github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/v2 ([aec4af5](https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/commit/aec4af5bd7ec823dabbbf10ef77203c7881079a0)) + ## [2.0.0-test.2](https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/compare/v2.0.0-test.1...v2.0.0-test.2) (2023-01-23) diff --git a/README.md b/README.md index 9cac938..a99f646 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,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: 2.0.0-test.2 +- Package version: 2.0.0-test.3 - Build package: io.swagger.codegen.v3.generators.go.GoClientCodegen ## Requirements. diff --git a/config.json b/config.json index 44eca62..e1586f8 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "packageVersion": "2.0.0-test.2", + "packageVersion": "2.0.0-test.3", "gitRepoId": "fingerprint-pro-server-api-go-sdk", "gitUserId": "fingerprintjs", "packageName": "sdk", diff --git a/sdk/api_fingerprint.go b/sdk/api_fingerprint.go index 433cd14..6e95b43 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/2.0.0-test.2") + localVarQueryParams.Add("ii", "fingerprint-pro-server-go-sdk/2.0.0-test.3") // to determine the Content-Type header localVarHttpContentTypes := []string{} @@ -200,7 +200,7 @@ func (a *FingerprintApiService) GetVisits(ctx context.Context, visitorId string, localVarQueryParams := url.Values{} localVarFormParams := url.Values{} - localVarQueryParams.Add("ii", "fingerprint-pro-server-go-sdk/2.0.0-test.2") + localVarQueryParams.Add("ii", "fingerprint-pro-server-go-sdk/2.0.0-test.3") if localVarOptionals != nil { if localVarOptionals.RequestId.IsSet() { diff --git a/sdk/configuration.go b/sdk/configuration.go index b9f4532..34848cb 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/2.0.0-test.2/go", + UserAgent: "Swagger-Codegen/2.0.0-test.3/go", region: RegionUS, } cfg.basePath = resolveBasePath(cfg.region)