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

Commit

Permalink
Merge pull request #33 from klarna/4.1.5
Browse files Browse the repository at this point in the history
Prepare v4.1.5 release.
  • Loading branch information
freethan committed May 21, 2019
2 parents cf5c0e8 + 5f58313 commit f9141df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## v4.1.5 - 2019-05-21
- Debug mode: Request body and headers were not displayed when getting 400 HTTP response code. Fixed;
- Remove unused phpunit/phpcov package;
- Add .gitattributes file to remove needless load from composer imports;
- Examples: Checkout API: Fix typo in the attachments file;
- Examples: Checkout API: Add more callback URLs;
- Examples: Add "How to set a discount" example.

## 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;
Expand Down
2 changes: 1 addition & 1 deletion src/Klarna/Rest/Transport/UserAgent.php
Expand Up @@ -34,7 +34,7 @@ class UserAgent implements UserAgentInterface
/**
* Version of the SDK.
*/
const VERSION = '4.1.4';
const VERSION = '4.1.5';

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

0 comments on commit f9141df

Please sign in to comment.