Skip to content

Commit

Permalink
chore(release): 1.0.0-test.1 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0-test.1 (2022-08-19)

### Features

* create Go SDK ([a5e03b5](a5e03b5))
* support passing region ([1ba2e94](1ba2e94))
  • Loading branch information
semantic-release-bot committed Aug 19, 2022
1 parent ae5fd63 commit c3de999
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 1.0.0-test.1 (2022-08-19)


### Features

* create Go SDK ([a5e03b5](https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/commit/a5e03b5b1ad5e58441d88faf992f5f6e08033d55))
* support passing region ([1ba2e94](https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/commit/1ba2e941ae8fe65abd706f7e5506953b03cde9ab))
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": "0.0.1"
"packageVersion": "1.0.0-test.1"
}
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/0.0.1/go",
UserAgent: "Swagger-Codegen/1.0.0-test.1/go",
region: RegionUS,
}
cfg.basePath = resolveBasePath(cfg.region)
Expand Down

0 comments on commit c3de999

Please sign in to comment.