From a7980384f9542034d4d172ae93f77b410df0729a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 11:09:02 +0000 Subject: [PATCH] release: 0.1.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ composer.json | 2 +- src/Version.php | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0333593..a4e0c96 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.4" + ".": "0.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 022c77e..6a70a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.1.5](https://github.com/sumup/sumup-php/compare/v0.1.4...v0.1.5) (2026-05-21) + + +### Features + +* issue templates ([#62](https://github.com/sumup/sumup-php/issues/62)) ([3ca090f](https://github.com/sumup/sumup-php/commit/3ca090f143d34a86b4bb26964f1255b97349c367)) + + +### Chores + +* synced file(s) with sumup/apis ([#61](https://github.com/sumup/sumup-php/issues/61)) ([80bdc7f](https://github.com/sumup/sumup-php/commit/80bdc7f6caa906a8a4391e5aad638ca601e5fcbe)) + + +### Build System & Dependencies + +* **deps-dev:** update friendsofphp/php-cs-fixer requirement from 3.95.1 to 3.95.2 ([#59](https://github.com/sumup/sumup-php/issues/59)) ([9e78497](https://github.com/sumup/sumup-php/commit/9e78497815caa3d4120698efc051ac64a4e9878c)) +* **deps:** bump actions/create-github-app-token from 3.1.1 to 3.2.0 ([#57](https://github.com/sumup/sumup-php/issues/57)) ([eb329b8](https://github.com/sumup/sumup-php/commit/eb329b8b56b2d0c5be6b42ae947e7acc37e6620f)) +* **deps:** bump github.com/pb33f/libopenapi from 0.36.3 to 0.36.4 in /codegen ([#60](https://github.com/sumup/sumup-php/issues/60)) ([901fe55](https://github.com/sumup/sumup-php/commit/901fe55c9b16ca4839ecfdfc39c690591e6fc680)) +* **deps:** bump shivammathur/setup-php from 2.37.0 to 2.37.1 ([#58](https://github.com/sumup/sumup-php/issues/58)) ([3258ec6](https://github.com/sumup/sumup-php/commit/3258ec6844869a6ef37cfd152671e0471f1464eb)) + ## [0.1.4](https://github.com/sumup/sumup-php/compare/v0.1.3...v0.1.4) (2026-05-14) diff --git a/composer.json b/composer.json index dac39ae..ab723f8 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "SumUp PHP SDK", "type": "library", "license": "Apache-2.0", - "version": "0.1.4", + "version": "0.1.5", "keywords": [ "sumup", "sdk", diff --git a/src/Version.php b/src/Version.php index e80e3b9..117846c 100644 --- a/src/Version.php +++ b/src/Version.php @@ -6,5 +6,5 @@ class Version { - const CURRENT = '0.1.4'; // x-release-please-version + const CURRENT = '0.1.5'; // x-release-please-version }