Skip to content

Commit

Permalink
Release of 5.12.1 (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored Mar 11, 2024
1 parent 4bbae8c commit 6cd526e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.12.1] - 2024-03-11
### Fixed
+ PHPSDK-146: Fix ApiException not being hinted as a thrown exception, even though it is, by fixing the PHP DocBlocks @throws tags

## [5.12.0] - 2023-12-01
### Added
+ PHPSDK-139: Add support to set var1, var2 and var3, within the OrderRequest object
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "MultiSafepay PHP SDK",
"type": "library",
"license": "MIT",
"version": "5.12.0",
"version": "5.12.1",
"require": {
"php": "^7.2|^8.0",
"ext-json": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/Util/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
class Version
{
public const SDK_VERSION = '5.12.0';
public const SDK_VERSION = '5.12.1';

/**
* @var Version
Expand Down

0 comments on commit 6cd526e

Please sign in to comment.