diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9987e47..5fdd18b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c87e7..b333e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.0.2](https://github.com/sumup/sumup-php/compare/v0.0.1...v0.0.2) (2026-02-02) + + +### Features + +* **cd:** auto-generate SDK ([442dfeb](https://github.com/sumup/sumup-php/commit/442dfeb20a9c81e155b62a5aa8438139d740db69)) +* provide guzzle client out of the box ([f8f70df](https://github.com/sumup/sumup-php/commit/f8f70dfcb249d818c1a7f0536bd5b78f538d6eef)) + + +### Bug Fixes + +* **docs:** README badges ([35570c5](https://github.com/sumup/sumup-php/commit/35570c59bb1fda27d23e4eec56e0991c3be4b899)) + ## 0.0.1 (2026-01-31) diff --git a/composer.json b/composer.json index fe72aa5..a0a5426 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "SumUp PHP SDK", "type": "library", "license": "Apache-2.0", - "version": "0.0.1", + "version": "0.0.2", "keywords": [ "sumup", "sdk", diff --git a/src/Version.php b/src/Version.php index 740cdc4..fff7ab2 100644 --- a/src/Version.php +++ b/src/Version.php @@ -6,5 +6,5 @@ class Version { - const CURRENT = '0.0.1'; // x-release-please-version + const CURRENT = '0.0.2'; // x-release-please-version }