From c79d1a0e37e528bbb3c49c389120b782c2836631 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 12:49:09 +0000 Subject: [PATCH] release: 0.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ composer.json | 2 +- src/Version.php | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0c22de..a503dd4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed654b..6e4cce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.1.3](https://github.com/sumup/sumup-php/compare/v0.1.2...v0.1.3) (2026-04-23) + + +### Features + +* improve generated request DTO ergonomics ([#49](https://github.com/sumup/sumup-php/issues/49)) ([4e71c06](https://github.com/sumup/sumup-php/commit/4e71c0623099dab82598316802f54caee4f5d02a)) + + +### Chores + +* synced file(s) with sumup/apis ([#46](https://github.com/sumup/sumup-php/issues/46)) ([ff477cc](https://github.com/sumup/sumup-php/commit/ff477cc42e7cd09570d8a86cd3b384f46c6b6b58)) + + +### Build System & Dependencies + +* **deps:** bump github.com/pb33f/libopenapi from 0.36.0 to 0.36.1 in /codegen ([#48](https://github.com/sumup/sumup-php/issues/48)) ([d76009f](https://github.com/sumup/sumup-php/commit/d76009fb848126018150408d2b988001e83cd500)) +* **deps:** bump googleapis/release-please-action from 4.4.0 to 4.4.1 ([#47](https://github.com/sumup/sumup-php/issues/47)) ([ae9f15a](https://github.com/sumup/sumup-php/commit/ae9f15a2658d83a6b966e2c7fbd675c8eef69cc5)) + ## [0.1.2](https://github.com/sumup/sumup-php/compare/v0.1.1...v0.1.2) (2026-04-14) diff --git a/composer.json b/composer.json index 7028e08..22619e0 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "SumUp PHP SDK", "type": "library", "license": "Apache-2.0", - "version": "0.1.2", + "version": "0.1.3", "keywords": [ "sumup", "sdk", diff --git a/src/Version.php b/src/Version.php index a29dd9f..f1d7574 100644 --- a/src/Version.php +++ b/src/Version.php @@ -6,5 +6,5 @@ class Version { - const CURRENT = '0.1.2'; // x-release-please-version + const CURRENT = '0.1.3'; // x-release-please-version }