File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.1 "
2+ "." : " 0.0.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.2] ( https://github.com/sumup/sumup-php/compare/v0.0.1...v0.0.2 ) (2026-02-09)
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+ * ** cd:** adjust generate workflow ([ 12b6107] ( https://github.com/sumup/sumup-php/commit/12b6107c6280f704dda56702f141c150b3747a84 ) )
20+ * synced file(s) with sumup/apis ([ #5 ] ( https://github.com/sumup/sumup-php/issues/5 ) ) ([ ca75c20] ( https://github.com/sumup/sumup-php/commit/ca75c207ef4874145278fa55ccec42973cb7433f ) )
21+
322## 0.0.1 (2026-01-31)
423
524
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 66
77class Version
88{
9- const CURRENT = '0.0.1 ' ; // x-release-please-version
9+ const CURRENT = '0.0.2 ' ; // x-release-please-version
1010}
You can’t perform that action at this time.
0 commit comments