Skip to content

Commit 3dac44e

Browse files
release: 0.0.2
1 parent ca75c20 commit 3dac44e

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.0.2](https://github.com/sumup/sumup-php/compare/v0.0.1...v0.0.2) (2026-02-08)
4+
5+
6+
### Features
7+
8+
* **cd:** auto-generate SDK ([442dfeb](https://github.com/sumup/sumup-php/commit/442dfeb20a9c81e155b62a5aa8438139d740db69))
9+
* provide guzzle client out of the box ([f8f70df](https://github.com/sumup/sumup-php/commit/f8f70dfcb249d818c1a7f0536bd5b78f538d6eef))
10+
11+
12+
### Bug Fixes
13+
14+
* **docs:** README badges ([35570c5](https://github.com/sumup/sumup-php/commit/35570c59bb1fda27d23e4eec56e0991c3be4b899))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* synced file(s) with sumup/apis ([#5](https://github.com/sumup/sumup-php/issues/5)) ([ca75c20](https://github.com/sumup/sumup-php/commit/ca75c207ef4874145278fa55ccec42973cb7433f))
20+
321
## 0.0.1 (2026-01-31)
422

523

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "SumUp PHP SDK",
44
"type": "library",
55
"license": "Apache-2.0",
6-
"version": "0.0.1",
6+
"version": "0.0.2",
77
"keywords": [
88
"sumup",
99
"sdk",

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
class Version
88
{
9-
const CURRENT = '0.0.1'; // x-release-please-version
9+
const CURRENT = '0.0.2'; // x-release-please-version
1010
}

0 commit comments

Comments
 (0)