Skip to content

Commit 8f8af3d

Browse files
chore(release): changeset created a new release (test)
1 parent a67b59d commit 8f8af3d

File tree

7 files changed

+12
-5
lines changed

7 files changed

+12
-5
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"changesets": [
88
"cute-buses-attend",
99
"fast-hotels-hunt",
10+
"proud-feet-attack",
1011
"quick-kiwis-visit"
1112
]
1213
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Fingerprint Pro Server Go SDK
22

3+
## 7.9.0-test.1
4+
5+
### Minor Changes
6+
7+
- Add `proximity` signal that represents a fixed geographical zone in a discrete global grid within which the device is observed. ([97c2b14](https://github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/commit/97c2b14e3ee2817ec95b3c8089bcaa9332972352))
8+
39
## 7.9.0-test.0
410

511
### Minor Changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Fingerprint Server API allows you to search, update, and delete identification e
2222
This Go package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
2323

2424
- API version: 3
25-
- Package version: 7.9.0-test.0
25+
- Package version: 7.9.0-test.1
2626
- Build package: io.swagger.codegen.v3.generators.go.GoClientCodegen
2727

2828
## Requirements

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packageVersion": "7.9.0-test.0",
2+
"packageVersion": "7.9.0-test.1",
33
"gitRepoId": "fingerprint-pro-server-api-go-sdk",
44
"gitUserId": "fingerprintjs",
55
"packageName": "sdk",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fingerprint-pro-server-api-go-sdk",
3-
"version": "7.9.0-test.0",
3+
"version": "7.9.0-test.1",
44
"private": true,
55
"devDependencies": {
66
"@changesets/cli": "^2.27.8",

sdk/api_fingerprint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"strings"
1616
)
1717

18-
const IntegrationInfo = "fingerprint-pro-server-go-sdk/7.9.0-test.0"
18+
const IntegrationInfo = "fingerprint-pro-server-go-sdk/7.9.0-test.1"
1919

2020
type FingerprintApiServiceInterface interface {
2121
/*

sdk/configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func (c *Configuration) AddDefaultHeader(key string, value string) {
9393
func NewConfiguration() *Configuration {
9494
cfg := &Configuration{
9595
DefaultHeader: make(map[string]string),
96-
UserAgent: "Swagger-Codegen/7.9.0-test.0/go",
96+
UserAgent: "Swagger-Codegen/7.9.0-test.1/go",
9797
region: RegionUS,
9898
}
9999
cfg.basePath = resolveBasePath(cfg.region)

0 commit comments

Comments
 (0)