Skip to content

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackfaded committed Dec 12, 2024
1 parent 2f67bee commit 7d57d7d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## [1.0.1](https://github.com/PAYONE-GmbH/PCP-ServerSDK-php/compare/v1.0.0...v1.0.1) (2024-12-12)
# [1.0.0](https://github.com/PAYONE-GmbH/PCP-ServerSDK-php/compare/v0.1.0...v1.0.0) (2024-08-22)
### Features
* feat: provide updated api endpoints when calling getPredefinedHosts() ([3927c7eafe34b2ac9fb66dcecd9869b5dad644c8](https://github.com/PAYONE-GmbH/PCP-ServerSDK-php/commit/3927c7eafe34b2ac9fb66dcecd9869b5dad644c8))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "PAYONE GmbH"
}
],
"version": "1.0.0",
"version": "1.0.1",
"require": {
"php": "~8.2||~8.3",
"ext-curl": "*",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "PAYONE GmbH",
"license": "MIT",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"changelog": "conventional-changelog -i CHANGELOG.md -s --config ./changelog.config.js"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class CommunicatorConfiguration
{
public const SDK_VERSION = '1.0.0';
public const SDK_VERSION = '1.0.1';

/**
* Api key for the PAYONE Commerce Platform
Expand Down

0 comments on commit 7d57d7d

Please sign in to comment.