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 #36 from klarna/prepare_4.2.0
Browse files Browse the repository at this point in the history
Prepare 4.2.0 release. Bump the version and update the CHANGELOG.
  • Loading branch information
Alexander Zinovyev authored Jun 12, 2019
2 parents 707abff + 8644a32 commit bbf5ec1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]

### Changed

### Added


## [4.2.0] - 2019-06-11

This release has a number of **[no-backward-compatibility]** flags. But these incompatible changes related
only to the "under the hood" files. It means, if you operate only with high-level instances, like
`Connector` and `Rest\`/`Checkout/Payments/OrderManagement/etc` resources (you have the code,
Expand Down Expand Up @@ -122,4 +128,5 @@ you need to check the code before go live.
## v1.0.0 - 2014-10-16
- **NEW MINT-1804** Support checkout v3 and ordermanagement v1 APIs - *Joakim.L*

[Unreleased]: https://github.com/klarna/kco_rest_java/compare/v4.1.5...HEAD
[Unreleased]: https://github.com/klarna/kco_rest_java/compare/v4.2.0...HEAD
[4.2.0]: https://github.com/klarna/kco_rest_java/compare/v4.1.5...v4.2.0
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.1.5';
const VERSION = '4.2.0';

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

0 comments on commit bbf5ec1

Please sign in to comment.