Skip to content

Commit 442fe75

Browse files
release: 0.0.2
1 parent 35570c5 commit 442fe75

4 files changed

Lines changed: 15 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.0.2](https://github.com/sumup/sumup-php/compare/v0.0.1...v0.0.2) (2026-01-31)
4+
5+
6+
### Features
7+
8+
* provide guzzle client out of the box ([f8f70df](https://github.com/sumup/sumup-php/commit/f8f70dfcb249d818c1a7f0536bd5b78f538d6eef))
9+
10+
11+
### Bug Fixes
12+
13+
* **docs:** README badges ([35570c5](https://github.com/sumup/sumup-php/commit/35570c59bb1fda27d23e4eec56e0991c3be4b899))
14+
315
## 0.0.1 (2026-01-31)
416

517

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)