Skip to content

Commit

Permalink
Release 2.5.2
Browse files Browse the repository at this point in the history
* Added support for Get transfers details
* Fix hint comments for Enum classes to solve issues with code analyzers
  • Loading branch information
a-ibarra committed Jun 30, 2022
1 parent 7f5d2bb commit ab1e493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Checkout/CheckoutUtils.php
Expand Up @@ -9,7 +9,7 @@ class CheckoutUtils
{

const PROJECT_NAME = "checkout-sdk-php";
const PROJECT_VERSION = "2.5.1";
const PROJECT_VERSION = "2.5.2";

/**
* @param DateTime $date
Expand Down
2 changes: 1 addition & 1 deletion version.json
@@ -1,3 +1,3 @@
{
"version": "2.5.1"
"version": "2.5.2"
}

0 comments on commit ab1e493

Please sign in to comment.