From 3b554fb67731152e43eba6d6bbf02d2f6fbf904e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 06:34:26 +0000 Subject: [PATCH] release: 0.1.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ composer.json | 2 +- src/Version.php | 2 +- 4 files changed, 30 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..d3b98e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.1.5](https://github.com/sumup/sumup-php/compare/v0.1.4...v0.1.5) (2026-06-16) + + +### 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)) +* synced file(s) with sumup/apis ([#64](https://github.com/sumup/sumup-php/issues/64)) ([fc7ff8b](https://github.com/sumup/sumup-php/commit/fc7ff8b1df001d0cec461e83407216c3d2e15a41)) + + +### 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-dev:** update friendsofphp/php-cs-fixer requirement from 3.95.2 to 3.95.5 ([#75](https://github.com/sumup/sumup-php/issues/75)) ([549620c](https://github.com/sumup/sumup-php/commit/549620c2f4af9bc97d61a0ef1aa2b71702f47974)) +* **deps:** bump actions/checkout from 6.0.2 to 6.0.3 ([#70](https://github.com/sumup/sumup-php/issues/70)) ([3b46147](https://github.com/sumup/sumup-php/commit/3b46147c3483f10b01a385f762c8a2b2a447e80f)) +* **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 github.com/pb33f/libopenapi from 0.36.4 to 0.37.3 in /codegen ([#72](https://github.com/sumup/sumup-php/issues/72)) ([e3c0575](https://github.com/sumup/sumup-php/commit/e3c0575a210071078028321c09153965338bc59b)) +* **deps:** bump go.yaml.in/yaml/v4 from 4.0.0-rc.4 to 4.0.0-rc.5 in /codegen ([#74](https://github.com/sumup/sumup-php/issues/74)) ([c29658e](https://github.com/sumup/sumup-php/commit/c29658e84331bd2e0374cd7df4fc20da65dc11d6)) +* **deps:** bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 ([#65](https://github.com/sumup/sumup-php/issues/65)) ([e9cd86f](https://github.com/sumup/sumup-php/commit/e9cd86f89ce55db6a38dd0c26cdacd25a34d17b9)) +* **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)) +* **deps:** bump shivammathur/setup-php from 2.37.1 to 2.37.2 ([#73](https://github.com/sumup/sumup-php/issues/73)) ([63cb830](https://github.com/sumup/sumup-php/commit/63cb8304da9ae729e45dd2285b654bd962da7666)) + ## [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 17d7f8d..cdd4ead 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 }