Skip to content

Commit 6cd526e

Browse files
authored
Release of 5.12.1 (#346)
1 parent 4bbae8c commit 6cd526e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.12.1] - 2024-03-11
10+
### Fixed
11+
+ PHPSDK-146: Fix ApiException not being hinted as a thrown exception, even though it is, by fixing the PHP DocBlocks @throws tags
12+
913
## [5.12.0] - 2023-12-01
1014
### Added
1115
+ PHPSDK-139: Add support to set var1, var2 and var3, within the OrderRequest object

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "MultiSafepay PHP SDK",
44
"type": "library",
55
"license": "MIT",
6-
"version": "5.12.0",
6+
"version": "5.12.1",
77
"require": {
88
"php": "^7.2|^8.0",
99
"ext-json": "*",

src/Util/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
class Version
1919
{
20-
public const SDK_VERSION = '5.12.0';
20+
public const SDK_VERSION = '5.12.1';
2121

2222
/**
2323
* @var Version

0 commit comments

Comments
 (0)