Skip to content

Commit 8bf35e7

Browse files
release: 0.0.1 (#1)
1 parent 386e628 commit 8bf35e7

4 files changed

Lines changed: 54 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.0"
2+
".": "0.0.1"
33
}

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Changelog
2+
3+
## 0.0.1 (2026-01-31)
4+
5+
6+
### Features
7+
8+
* authorization simplification ([282d2f5](https://github.com/sumup/sumup-php/commit/282d2f55a767ae8a52ac2aab6f8173701730363a))
9+
* cleanup, deterministic output ([eebd1a8](https://github.com/sumup/sumup-php/commit/eebd1a85627b56d686935ebc06bdc5f9c205243f))
10+
* custom http clients support ([cd00e04](https://github.com/sumup/sumup-php/commit/cd00e04ce6c53f26c417fb68b74fbccdf2e276f1))
11+
* improve query params handling ([0eff5a6](https://github.com/sumup/sumup-php/commit/0eff5a67421d6912a6393b930d963b9a273ae81d))
12+
* improve response parsin ([a2432fe](https://github.com/sumup/sumup-php/commit/a2432fe01190f83e647d4f88d792154c2c07870d))
13+
* improve sdk typing ([1eb79bf](https://github.com/sumup/sumup-php/commit/1eb79bf4cfbfbb8bef93d6b56225024178b3bddb))
14+
* init ([0a390f4](https://github.com/sumup/sumup-php/commit/0a390f43cb81cff0846bb938e94aad64a69a7840))
15+
* oauth2 example ([3e1ff06](https://github.com/sumup/sumup-php/commit/3e1ff065dedd11f10b9f593ae64af1661b14c527))
16+
* per-request options ([c0b8fe3](https://github.com/sumup/sumup-php/commit/c0b8fe3f8539386041ba5bdef5748cefe95eb7e2))
17+
* phpdoc ([81964f1](https://github.com/sumup/sumup-php/commit/81964f174d230de11306e066c547a7816b3eaefd))
18+
* release 0.0.1 ([386e628](https://github.com/sumup/sumup-php/commit/386e628846c3de0be75d9a5deba1666a3cab2b56))
19+
* report runtime info ([#28](https://github.com/sumup/sumup-php/issues/28)) ([941c43e](https://github.com/sumup/sumup-php/commit/941c43e6e6f23c858cdfc6404285041a649d1f85))
20+
* restructure ([3f98d9c](https://github.com/sumup/sumup-php/commit/3f98d9c6eae49e3c92c9259ebf042c2a8a55e9e3))
21+
* support enums ([e443679](https://github.com/sumup/sumup-php/commit/e4436798aaa03b367828d8a286ff976245399859))
22+
23+
24+
### Bug Fixes
25+
26+
* better schema generation ([cf0375b](https://github.com/sumup/sumup-php/commit/cf0375b35441bc0585a07a0da1e4c64c64885cfd))
27+
* **codegen:** run make fmt ([8fac107](https://github.com/sumup/sumup-php/commit/8fac107775d50aaf939a1b86570f8db674391240))
28+
* **docs:** README refs ([bbdd374](https://github.com/sumup/sumup-php/commit/bbdd374835f75137887def92ff329bd80722faf4))
29+
* github actions ([135efbb](https://github.com/sumup/sumup-php/commit/135efbb94fb0187db48d304993db12cfef139729))
30+
* response bodies for non-ref schemas ([056a961](https://github.com/sumup/sumup-php/commit/056a961f066431afd2b5cff1136ca747bd417d96))
31+
32+
33+
### Miscellaneous Chores
34+
35+
* adjust release please config ([f57869c](https://github.com/sumup/sumup-php/commit/f57869c27329712945e79a6c6f1ee53b37ef6a73))
36+
* bump deps for codegen ([dca9b76](https://github.com/sumup/sumup-php/commit/dca9b760ed12cd68705fdf0b5f5d147efd419337))
37+
* cleanup and fix codegen ([614fe34](https://github.com/sumup/sumup-php/commit/614fe34b9d56fb2475f2d4fb972242d25035cc2f))
38+
* cleanup auth ([47f621e](https://github.com/sumup/sumup-php/commit/47f621e9165e276cb7a6eaa8d364640face5e62f))
39+
* cleanup password grant ([c164b70](https://github.com/sumup/sumup-php/commit/c164b70bf28a8264f116c18c80561a0ae71eb9d2))
40+
* **codegen:** bump all deps ([366b14b](https://github.com/sumup/sumup-php/commit/366b14bca5b98ea36e753f84a4c75b1a8d12072a))
41+
* docs updates ([04b563d](https://github.com/sumup/sumup-php/commit/04b563da4e5c3654209b713dfb42e8c34d614794))
42+
* further refactoring ([244c192](https://github.com/sumup/sumup-php/commit/244c19248443d3257db5a2e1a92d316735266757))
43+
* further simplification ([23819ed](https://github.com/sumup/sumup-php/commit/23819ed3801e31df929c306825b9b3f9ae0c9256))
44+
* major refactor and cleanup ([aa48bd2](https://github.com/sumup/sumup-php/commit/aa48bd20f9aca71376dd9f9b73b81c537445f71b))
45+
* more cleanup and fixups ([358e86e](https://github.com/sumup/sumup-php/commit/358e86e650b02ff641c6e5f1e9a6978e073e44ad))
46+
* prepare for public ([0b2b926](https://github.com/sumup/sumup-php/commit/0b2b92657aeae221ecd6ad34e5185179c7097458))
47+
* remove form encoding header ([0db9a49](https://github.com/sumup/sumup-php/commit/0db9a49e0c5b11a5430a1c74a1228a3dd32be41f))
48+
* remove openapi.yaml ([8604895](https://github.com/sumup/sumup-php/commit/8604895945553a9d5b44e0f9d4d8ff3accbcde48))
49+
* **sdk:** cleanup exceptions ([c5467f5](https://github.com/sumup/sumup-php/commit/c5467f5baf9a0138aef135b2b3de240281f5cc6d))
50+
* simplify configuration ([189e937](https://github.com/sumup/sumup-php/commit/189e937bff4fa4adfaa75ec52ec481397889e339))
51+
* simplify setup of services ([342341a](https://github.com/sumup/sumup-php/commit/342341ad60654bf09335f5f891bd25e2380cac6c))

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.0",
6+
"version": "0.0.1",
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.0'; // x-release-please-version
9+
const CURRENT = '0.0.1'; // x-release-please-version
1010
}

0 commit comments

Comments
 (0)