Skip to content
This repository was archived by the owner on Jun 2, 2020. It is now read-only.

Commit 8aa1d5d

Browse files
committed
Bump version.
1 parent 0388dcd commit 8aa1d5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v4.1.0 - 2018-10-31
1+
## v4.1.1 - 2018-10-31
22
- HPP: HPP service changed API completely without backward compatibility. Adopt SDK to the new changes.
33
Mark getSessionStatus as @deprecated. Replaced by fetch function.
44
Return data was changed by HPP API service.

src/Klarna/Rest/Transport/UserAgent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class UserAgent implements UserAgentInterface
3434
/**
3535
* Version of the SDK.
3636
*/
37-
const VERSION = '4.0.0';
37+
const VERSION = '4.1.1';
3838

3939
/**
4040
* Components of the user agent.

0 commit comments

Comments
 (0)