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

Commit

Permalink
Update version and CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexions committed Nov 22, 2018
1 parent a421ba2 commit ac91e21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v4.1.2 - 2018-11-22
- Fix: Order management API threw Error Notice when fetching an order with refunds.

## v4.1.1 - 2018-10-31
- HPP: HPP service changed API completely without backward compatibility. Adopt SDK to the new changes.
Mark getSessionStatus as @deprecated. Replaced by fetch function.
Expand Down
2 changes: 1 addition & 1 deletion src/Klarna/Rest/Transport/UserAgent.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class UserAgent implements UserAgentInterface
/**
* Version of the SDK.
*/
const VERSION = '4.1.1';
const VERSION = '4.1.2';

/**
* Components of the user agent.
Expand Down

0 comments on commit ac91e21

Please sign in to comment.