From 57791196257024bd4f6557ae34b1ad591616184e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 21:41:18 +0000 Subject: [PATCH] chore(release): changeset created a new release (beta) --- .changeset/pre.json | 1 + CHANGELOG.md | 6 ++++++ README.md | 4 ++-- composer.json | 2 +- config.json | 2 +- package.json | 2 +- src/Api/FingerprintApi.php | 2 +- src/Configuration.php | 4 ++-- 8 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 379f0757..062ec7c2 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -14,6 +14,7 @@ "fix-backed-enum-build-query", "loud-donuts-lead", "quick-cows-battle", + "sour-eagles-notice", "wet-socks-fold", "witty-lions-worry", "yellow-ducks-spend" diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd27ec5..30a3d0fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Fingerprint Server PHP SDK +## 7.2.0-beta.2 + +### Patch Changes + +- temporary changeset: fix date-time formatting in query parameters ([bb21f46](https://github.com/fingerprintjs/php-sdk/commit/bb21f463e619f21368b27b5734aa257e45fb14f9)) + ## 7.2.0-beta.1 ### Minor Changes diff --git a/README.md b/README.md index 5a6e47ce..c7b0c03c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 4 - - Package version: 7.2.0-beta.1 + - Package version: 7.2.0-beta.2 - Build package: org.openapitools.codegen.languages.PhpClientCodegen ## Requirements @@ -48,7 +48,7 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow ``` { "require": { - "fingerprint/server-sdk": "^7.2.0-beta.1" + "fingerprint/server-sdk": "^7.2.0-beta.2" } } ``` diff --git a/composer.json b/composer.json index 635c75a7..0a572204 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "fingerprint/server-sdk", - "version": "7.2.0-beta.1", + "version": "7.2.0-beta.2", "description": "Fingerprint Server API allows you to get, search, and update Events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device.", "keywords": [ "php", diff --git a/config.json b/config.json index ae6d45f7..211e7437 100644 --- a/config.json +++ b/config.json @@ -7,7 +7,7 @@ "gitRepoBaseURL": "https://github.com", "gitUserId": "fingerprintjs", "gitRepoId": "php-sdk", - "artifactVersion": "7.2.0-beta.1", + "artifactVersion": "7.2.0-beta.2", "organizationName": "Fingerprint", "organizationUrl": "https://fingerprint.com", "licenseName": "MIT", diff --git a/package.json b/package.json index ba185485..e840343a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprint/php-sdk", - "version": "7.2.0-beta.1", + "version": "7.2.0-beta.2", "private": true, "devDependencies": { "@changesets/cli": "^2.27.8", diff --git a/src/Api/FingerprintApi.php b/src/Api/FingerprintApi.php index 82e3c031..73ce6df2 100644 --- a/src/Api/FingerprintApi.php +++ b/src/Api/FingerprintApi.php @@ -80,7 +80,7 @@ class FingerprintApi /** * @var string integration information */ - protected string $integration_info = 'fingerprint-pro-server-php-sdk/7.2.0-beta.1'; + protected string $integration_info = 'fingerprint-pro-server-php-sdk/7.2.0-beta.2'; /** * @param Configuration $config API client configuration diff --git a/src/Configuration.php b/src/Configuration.php index 48917a2b..bcd1977d 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -43,7 +43,7 @@ class Configuration /** * Fingerprint PHP Server SDK Version. */ - public const VERSION = '7.2.0-beta.1'; + public const VERSION = '7.2.0-beta.2'; public const REGION_GLOBAL = 'https://api.fpjs.io/v4'; public const REGION_EUROPE = 'https://eu.api.fpjs.io/v4'; @@ -62,7 +62,7 @@ class Configuration /** * User agent of the HTTP request, set to "OpenAPI-Generator/{version}/PHP" by default. */ - protected string $userAgent = 'fingerprint-php-sdk/7.2.0-beta.1'; + protected string $userAgent = 'fingerprint-php-sdk/7.2.0-beta.2'; /** * Debug switch (default set to false).