Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.0"
".": "1.5.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.5.0](https://github.com/sumup/sumup-ecom-php-sdk/compare/v1.4.0...v1.5.0) (2025-11-20)


### Features

* **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))
* **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))


### Miscellaneous Chores

* **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))
* **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))
* **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))

## [1.4.0](https://github.com/sumup/sumup-ecom-php-sdk/compare/1.3.0...v1.4.0) (2025-11-12)


Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SumUp PHP SDK",
"type": "library",
"license": "Apache-2.0",
"version": "1.4.0",
"version": "1.5.0",
"keywords": [
"sumup",
"sdk",
Expand All @@ -28,7 +28,7 @@
"php": "^5.6|^7.0|^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.89.2",
"friendsofphp/php-cs-fixer": "3.5.0",
"phpunit/phpunit": "^9.6"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion src/SumUp/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

class Version
{
const CURRENT = '1.4.0'; // x-release-please-version
const CURRENT = '1.5.0'; // x-release-please-version
}