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

Commit

Permalink
Bump version and update the CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexions committed Nov 5, 2019
1 parent 3264400 commit 2f0798e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [4.2.2] - 2019-11-05

### Changed

- Remove "src" folder from a PSR4 autoload definition as fallback directory.


## [4.2.1] - 2019-10-15

### Added
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 @@ -32,7 +32,7 @@ class UserAgent implements UserAgentInterface
/**
* Version of the SDK.
*/
const VERSION = '4.2.1';
const VERSION = '4.2.2';

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

0 comments on commit 2f0798e

Please sign in to comment.