From 1129ebc836eb8c68bacff613d31e805bf0fd1beb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 15:50:52 +0000 Subject: [PATCH] release: 1.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ composer.json | 4 ++-- src/SumUp/Version.php | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5c0ece2..8b4d9c8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1295e67..0af2439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.5.0](https://github.com/sumup/sumup-ecom-php-sdk/compare/v1.4.0...v1.5.0) (2025-11-20) + + +### Features + +* **ci:** install deps via composer ([#75](https://github.com/sumup/sumup-ecom-php-sdk/issues/75)) ([5b7e1bc](https://github.com/sumup/sumup-ecom-php-sdk/commit/5b7e1bc9a62e93968de60017f5e1382c3a319a22)) +* **tooling:** configure dependabot ([#76](https://github.com/sumup/sumup-ecom-php-sdk/issues/76)) ([0b41fa6](https://github.com/sumup/sumup-ecom-php-sdk/commit/0b41fa621baa48e65bbc41d2922141061a39ad3c)) + + +### Miscellaneous Chores + +* **deps-dev:** update friendsofphp/php-cs-fixer requirement ([#79](https://github.com/sumup/sumup-ecom-php-sdk/issues/79)) ([0133559](https://github.com/sumup/sumup-ecom-php-sdk/commit/01335594a4a6e7457de3f51449e0dbb8b2f304ec)) +* **deps:** bump actions/checkout from 5.0.0 to 5.0.1 ([#78](https://github.com/sumup/sumup-ecom-php-sdk/issues/78)) ([72f6ce7](https://github.com/sumup/sumup-ecom-php-sdk/commit/72f6ce7d0f11f10fced3fc230fb5e2c374ecede3)) +* **deps:** bump shivammathur/setup-php from 2.29.0 to 2.35.5 ([#77](https://github.com/sumup/sumup-ecom-php-sdk/issues/77)) ([540ffe7](https://github.com/sumup/sumup-ecom-php-sdk/commit/540ffe799e1416f10ed1d39cab2b6dcb897af884)) + ## [1.4.0](https://github.com/sumup/sumup-ecom-php-sdk/compare/1.3.0...v1.4.0) (2025-11-12) diff --git a/composer.json b/composer.json index dcf4777..deb7451 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "SumUp PHP SDK", "type": "library", "license": "Apache-2.0", - "version": "1.4.0", + "version": "1.5.0", "keywords": [ "sumup", "sdk", @@ -28,7 +28,7 @@ "php": "^5.6|^7.0|^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "3.89.2", + "friendsofphp/php-cs-fixer": "3.5.0", "phpunit/phpunit": "^9.6" }, "suggest": { diff --git a/src/SumUp/Version.php b/src/SumUp/Version.php index e57fc32..9aa1a18 100644 --- a/src/SumUp/Version.php +++ b/src/SumUp/Version.php @@ -6,5 +6,5 @@ class Version { - const CURRENT = '1.4.0'; // x-release-please-version + const CURRENT = '1.5.0'; // x-release-please-version }