From 377f13b7e66eb515bd28f051ac49fb391a3b60ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 08:18:48 +0000 Subject: [PATCH] release: 0.1.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ composer.json | 2 +- src/Version.php | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a4e0c96..5862ad0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.5" + ".": "0.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fa01c08..d48687c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.1.6](https://github.com/sumup/sumup-php/compare/v0.1.5...v0.1.6) (2026-08-19) + + +### Features + +* improve code samples generation ([87331be](https://github.com/sumup/sumup-php/commit/87331be2ab19d765e39140758105f49039952e22)) + + +### Chores + +* fix tests for sample generator ([d95623b](https://github.com/sumup/sumup-php/commit/d95623b5cae92d57bf9eeb4080901811e042a628)) +* synced file(s) with sumup/apis ([#106](https://github.com/sumup/sumup-php/issues/106)) ([a9b4b5a](https://github.com/sumup/sumup-php/commit/a9b4b5a8f419180ee679a0787e6ba2ca58863368)) +* synced file(s) with sumup/apis ([#109](https://github.com/sumup/sumup-php/issues/109)) ([08b1473](https://github.com/sumup/sumup-php/commit/08b14736a78d650c2e030baa254baf5937bd8a92)) + + +### Build System & Dependencies + +* **deps:** bump reviewdog/action-actionlint from 1.73.0 to 1.73.1 ([#108](https://github.com/sumup/sumup-php/issues/108)) ([37a22be](https://github.com/sumup/sumup-php/commit/37a22be89c6cc16b5830abd383659fa51d2ea39d)) + ## [0.1.5](https://github.com/sumup/sumup-php/compare/v0.1.4...v0.1.5) (2026-08-12) diff --git a/composer.json b/composer.json index 4fe498e..5a31683 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "SumUp PHP SDK", "type": "library", "license": "Apache-2.0", - "version": "0.1.5", + "version": "0.1.6", "keywords": [ "sumup", "sdk", diff --git a/src/Version.php b/src/Version.php index 117846c..89db5aa 100644 --- a/src/Version.php +++ b/src/Version.php @@ -6,5 +6,5 @@ class Version { - const CURRENT = '0.1.5'; // x-release-please-version + const CURRENT = '0.1.6'; // x-release-please-version }