Skip to content

Commit 48a70b0

Browse files
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2023-09-19) ### Bug Fixes * update OpenAPI Schema with `asn` and `dataCenter` signals ([36fcfe3](36fcfe3)) * update OpenAPI Schema with `auxiliaryMobile` method for VPN signal ([ab8c25a](ab8c25a))
1 parent a0af900 commit 48a70b0

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.1.1](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v2.1.0...v2.1.1) (2023-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* update OpenAPI Schema with `asn` and `dataCenter` signals ([36fcfe3](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/36fcfe3be5617256a43b9f809b59f0ebde166765))
7+
* update OpenAPI Schema with `auxiliaryMobile` method for VPN signal ([ab8c25a](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/ab8c25a890a9d78b6a52cf1a784228b4702bc4a1))
8+
19
## [2.1.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v2.0.0...v2.1.0) (2023-07-31)
210

311

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
3838

3939
- API version: 3
40-
- Package version: 2.1.0
40+
- Package version: 2.1.1
4141
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen
4242

4343
## Requirements

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fingerprint/fingerprint-pro-server-api-sdk",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro.",
55
"keywords": [
66
"swagger",

config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"gitUserId": "fingerprintjs",
99
"gitRepoId": "fingerprint-pro-server-api-php-sdk",
1010
"description": "Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro.",
11-
"artifactVersion": "2.1.0"
11+
"artifactVersion": "2.1.1"
1212
}

src/Api/FingerprintApi.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class FingerprintApi
6363
*/
6464
protected $headerSelector;
6565

66-
protected $integration_info = 'fingerprint-pro-server-php-sdk/2.1.0';
66+
protected $integration_info = 'fingerprint-pro-server-php-sdk/2.1.1';
6767

6868
/**
6969
* @param ClientInterface $client

src/Configuration.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class Configuration
9090
*
9191
* @var string
9292
*/
93-
protected $userAgent = 'Swagger-Codegen/2.1.0/php';
93+
protected $userAgent = 'Swagger-Codegen/2.1.1/php';
9494

9595
/**
9696
* Debug switch (default set to false)
@@ -431,7 +431,7 @@ public static function toDebugReport()
431431
$report .= ' OS: ' . php_uname() . PHP_EOL;
432432
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
433433
$report .= ' OpenAPI Spec Version: 3' . PHP_EOL;
434-
$report .= ' SDK Package Version: 2.1.0' . PHP_EOL;
434+
$report .= ' SDK Package Version: 2.1.1' . PHP_EOL;
435435
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
436436

437437
return $report;

0 commit comments

Comments
 (0)