Skip to content

Commit a9af635

Browse files
chore(release): 1.0.0 [skip ci]
## [1.0.0](v0.4.1...v1.0.0) (2022-11-02) ### ⚠ BREAKING CHANGES * We now have a mature version of the sdk ### Features * remove beta disclaimer from readme ([cb39ecd](cb39ecd)) ### Documentation * **README:** add packagist badges ([3aea456](3aea456))
1 parent 3c9f6b8 commit a9af635

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [1.0.0](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v0.4.1...v1.0.0) (2022-11-02)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* We now have a mature version of the sdk
7+
8+
### Features
9+
10+
* remove beta disclaimer from readme ([cb39ecd](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/cb39ecdcd8648a69971b21afdbdb7529355728c6))
11+
12+
13+
### Documentation
14+
15+
* **README:** add packagist badges ([3aea456](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/commit/3aea456acc7797368b2edf8292ce028dab2632c8))
16+
117
## [0.4.1](https://github.com/fingerprintjs/fingerprint-pro-server-api-php-sdk/compare/v0.4.0...v0.4.1) (2022-11-02)
218

319

README.md

Lines changed: 1 addition & 1 deletion
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: 0.4.1
40+
- Package version: 1.0.0
4141
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen
4242

4343
## Requirements

composer.json

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

config.json

Lines changed: 1 addition & 1 deletion
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": "0.4.1"
11+
"artifactVersion": "1.0.0"
1212
}

src/Api/FingerprintApi.php

Lines changed: 1 addition & 1 deletion
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/0.4.1';
66+
protected $integration_info = 'fingerprint-pro-server-php-sdk/1.0.0';
6767

6868
/**
6969
* @param ClientInterface $client

src/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class Configuration
9090
*
9191
* @var string
9292
*/
93-
protected $userAgent = 'Swagger-Codegen/0.4.1/php';
93+
protected $userAgent = 'Swagger-Codegen/1.0.0/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: 0.4.1' . PHP_EOL;
434+
$report .= ' SDK Package Version: 1.0.0' . PHP_EOL;
435435
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
436436

437437
return $report;

0 commit comments

Comments
 (0)