diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a503dd4..0333593 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e4cce5..788112f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.4](https://github.com/sumup/sumup-php/compare/v0.1.3...v0.1.4) (2026-04-25) + + +### Chores + +* synced file(s) with sumup/apis ([#51](https://github.com/sumup/sumup-php/issues/51)) ([713cec2](https://github.com/sumup/sumup-php/commit/713cec29ed6c5f5100a1f8f49d01b32d663ae7cc)) + + +### Build System & Dependencies + +* **deps-dev:** update friendsofphp/php-cs-fixer requirement from 3.94.2 to 3.95.1 ([#52](https://github.com/sumup/sumup-php/issues/52)) ([14fea98](https://github.com/sumup/sumup-php/commit/14fea98072a2a48af30f0dd99af6a0edecadb94f)) + ## [0.1.3](https://github.com/sumup/sumup-php/compare/v0.1.2...v0.1.3) (2026-04-23) diff --git a/composer.json b/composer.json index 959b753..1ec1d70 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "SumUp PHP SDK", "type": "library", "license": "Apache-2.0", - "version": "0.1.3", + "version": "0.1.4", "keywords": [ "sumup", "sdk", diff --git a/src/Version.php b/src/Version.php index f1d7574..e80e3b9 100644 --- a/src/Version.php +++ b/src/Version.php @@ -6,5 +6,5 @@ class Version { - const CURRENT = '0.1.3'; // x-release-please-version + const CURRENT = '0.1.4'; // x-release-please-version }