From 59abe45932aba200880b390c6115b59c6ce25f60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 11:37:03 +0000 Subject: [PATCH] release: 0.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ composer.json | 2 +- src/Version.php | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c6b4421..d0c22de 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e0fe3e..6ed654b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.1.2](https://github.com/sumup/sumup-php/compare/v0.1.1...v0.1.2) (2026-04-14) + + +### Features + +* **sdk:** resource docs ([#44](https://github.com/sumup/sumup-php/issues/44)) ([c7cdac3](https://github.com/sumup/sumup-php/commit/c7cdac334982b223d36fb696504d9ed6d61a3678)) + + +### Bug Fixes + +* handle object without schemas and additionalProperties ([#45](https://github.com/sumup/sumup-php/issues/45)) ([34e6b20](https://github.com/sumup/sumup-php/commit/34e6b2080a2c2f344d38b649ecc9db199e85cfcf)) + + +### Chores + +* synced file(s) with sumup/apis ([#40](https://github.com/sumup/sumup-php/issues/40)) ([79f978c](https://github.com/sumup/sumup-php/commit/79f978cdf1d938d9d5a88c9d625a5c6364cc991a)) + + +### Build System & Dependencies + +* **deps:** bump actions/create-github-app-token from 3.0.0 to 3.1.1 ([#41](https://github.com/sumup/sumup-php/issues/41)) ([8883e4d](https://github.com/sumup/sumup-php/commit/8883e4d0a5267aa7464dd55a559e13e427cc8fa3)) +* **deps:** bump github.com/pb33f/libopenapi from 0.35.0 to 0.36.0 in /codegen ([#42](https://github.com/sumup/sumup-php/issues/42)) ([45b8b1c](https://github.com/sumup/sumup-php/commit/45b8b1c375ab03c0721d4dd7aec3cc51c1185fb7)) + ## [0.1.1](https://github.com/sumup/sumup-php/compare/v0.1.0...v0.1.1) (2026-04-08) diff --git a/composer.json b/composer.json index 97c748e..7028e08 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "SumUp PHP SDK", "type": "library", "license": "Apache-2.0", - "version": "0.1.1", + "version": "0.1.2", "keywords": [ "sumup", "sdk", diff --git a/src/Version.php b/src/Version.php index e90b60c..a29dd9f 100644 --- a/src/Version.php +++ b/src/Version.php @@ -6,5 +6,5 @@ class Version { - const CURRENT = '0.1.1'; // x-release-please-version + const CURRENT = '0.1.2'; // x-release-please-version }