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

Commit

Permalink
Prepare 4.1.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexions committed Mar 15, 2019
1 parent c3400ad commit ce878cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v4.1.4 - 2019-03-15
- Add full support of Instant Shopping API;
- Repo now has an Apache 2.0 LICENSE file on its root;
- HTTP Transport: Add support of PUT method;
- HTTP Transport: Stop throwing an exception when an API service return a bad structured Error;
- Examples: Add Instant Shopping examples.


## v4.1.3 - 2019-01-23
- HPP API: Add support for disabling an HPP session;
- Customer Token API: Add ability to use Klarna-Idempotency-Key when creating order;
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.3';
const VERSION = '4.1.4';

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

0 comments on commit ce878cc

Please sign in to comment.