diff --git a/CHANGELOG.md b/CHANGELOG.md index c5319b3..7189d4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.4 + +- Synced to Apify OpenAPI spec `v2-2026-07-13T092445Z` (adds `402`/`408` error responses to the + synchronous run and run-resurrect endpoints; relaxes store/run/build/webhook stats counters to + optional). No public interface or code changes. + ## 0.3.3 - Added `failOnEmptyTestSuite="true"` to `phpunit.xml.dist` so a suite matching zero tests fails diff --git a/src/Version.php b/src/Version.php index 02b225d..023c199 100644 --- a/src/Version.php +++ b/src/Version.php @@ -17,13 +17,13 @@ final class Version * The semantic version of this client library (see https://semver.org/). * Changes to the public interface other than additive ones are considered breaking changes. */ - public const CLIENT_VERSION = '0.3.3'; + public const CLIENT_VERSION = '0.3.4'; /** * The version of the Apify OpenAPI specification this client was generated and verified * against. Corresponds to the {@code info.version} field of the Apify OpenAPI document. */ - public const API_SPEC_VERSION = 'v2-2026-07-10T105921Z'; + public const API_SPEC_VERSION = 'v2-2026-07-13T092445Z'; private function __construct() {