Skip to content

Commit 1129ebc

Browse files
release: 1.5.0
1 parent 0133559 commit 1129ebc

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [1.5.0](https://github.com/sumup/sumup-ecom-php-sdk/compare/v1.4.0...v1.5.0) (2025-11-20)
4+
5+
6+
### Features
7+
8+
* **ci:** install deps via composer ([#75](https://github.com/sumup/sumup-ecom-php-sdk/issues/75)) ([5b7e1bc](https://github.com/sumup/sumup-ecom-php-sdk/commit/5b7e1bc9a62e93968de60017f5e1382c3a319a22))
9+
* **tooling:** configure dependabot ([#76](https://github.com/sumup/sumup-ecom-php-sdk/issues/76)) ([0b41fa6](https://github.com/sumup/sumup-ecom-php-sdk/commit/0b41fa621baa48e65bbc41d2922141061a39ad3c))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* **deps-dev:** update friendsofphp/php-cs-fixer requirement ([#79](https://github.com/sumup/sumup-ecom-php-sdk/issues/79)) ([0133559](https://github.com/sumup/sumup-ecom-php-sdk/commit/01335594a4a6e7457de3f51449e0dbb8b2f304ec))
15+
* **deps:** bump actions/checkout from 5.0.0 to 5.0.1 ([#78](https://github.com/sumup/sumup-ecom-php-sdk/issues/78)) ([72f6ce7](https://github.com/sumup/sumup-ecom-php-sdk/commit/72f6ce7d0f11f10fced3fc230fb5e2c374ecede3))
16+
* **deps:** bump shivammathur/setup-php from 2.29.0 to 2.35.5 ([#77](https://github.com/sumup/sumup-ecom-php-sdk/issues/77)) ([540ffe7](https://github.com/sumup/sumup-ecom-php-sdk/commit/540ffe799e1416f10ed1d39cab2b6dcb897af884))
17+
318
## [1.4.0](https://github.com/sumup/sumup-ecom-php-sdk/compare/1.3.0...v1.4.0) (2025-11-12)
419

520

composer.json

Lines changed: 2 additions & 2 deletions
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": "1.4.0",
6+
"version": "1.5.0",
77
"keywords": [
88
"sumup",
99
"sdk",
@@ -28,7 +28,7 @@
2828
"php": "^5.6|^7.0|^8.0"
2929
},
3030
"require-dev": {
31-
"friendsofphp/php-cs-fixer": "3.89.2",
31+
"friendsofphp/php-cs-fixer": "3.5.0",
3232
"phpunit/phpunit": "^9.6"
3333
},
3434
"suggest": {

src/SumUp/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 = '1.4.0'; // x-release-please-version
9+
const CURRENT = '1.5.0'; // x-release-please-version
1010
}

0 commit comments

Comments
 (0)