Skip to content

Commit

Permalink
chore(release): 1.0.0-test.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-test.3](v1.0.0-test.2...v1.0.0-test.3) (2022-08-24)

### Bug Fixes

* use config.json as single source of truth ([519f0d7](519f0d7))
  • Loading branch information
semantic-release-bot committed Aug 24, 2022
1 parent cae8485 commit bfa46a7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.0-test.3](https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/compare/v1.0.0-test.2...v1.0.0-test.3) (2022-08-24)


### Bug Fixes

* use config.json as single source of truth ([519f0d7](https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/commit/519f0d7b0c7c84fc164c4cf71440a83c87ab6239))

## [1.0.0-test.2](https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/compare/v1.0.0-test.1...v1.0.0-test.2) (2022-08-19)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Fingerprint Pro Server API provides a way for validating visitors’ data issued
This Go package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 3
- Package version: 1.0.0-test.2
- Package version: 1.0.0-test.3
- Build package: io.swagger.codegen.v3.generators.go.GoClientCodegen

## Documentation for API Endpoints
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"gitUserId": "fingerprintjs",
"packageName": "sdk",
"packageUrl": "https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk",
"packageVersion": "1.0.0-test.2"
"packageVersion": "1.0.0-test.3"
}
2 changes: 1 addition & 1 deletion sdk/api_fingerprint.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (a *FingerprintApiService) GetVisits(ctx context.Context, visitorId string,
localVarQueryParams := url.Values{}
localVarFormParams := url.Values{}

localVarQueryParams.Add("ii", "fingerprint-pro-server-go-sdk/1.0.0-test.2")
localVarQueryParams.Add("ii", "fingerprint-pro-server-go-sdk/1.0.0-test.3")

if localVarOptionals != nil && localVarOptionals.RequestId.IsSet() {
localVarQueryParams.Add("request_id", parameterToString(localVarOptionals.RequestId.Value(), ""))
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/1.0.0-test.2/go",
UserAgent: "Swagger-Codegen/1.0.0-test.3/go",
region: RegionUS,
}
cfg.basePath = resolveBasePath(cfg.region)
Expand Down

0 comments on commit bfa46a7

Please sign in to comment.