Skip to content

Commit 6908c82

Browse files
authored
[CC-887] Release 3.7.0 prep. (#190)
* [CC-887] Release 3.7.0 prep.
1 parent 0869619 commit 6908c82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres
66
to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## UNRELEASED
8+
## [3.7.0](https://github.com/unzerdev/php-sdk/compare/3.6.0..3.7.0)
99

10-
Click To Pay payment method is added to SDK.
10+
Support for Click To Pay payment method is added to SDK.
1111

1212
### Added
1313

src/Unzer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Unzer implements
5353
public const BASE_URL = 'api.unzer.com';
5454
public const API_VERSION = 'v1';
5555
public const SDK_TYPE = 'UnzerPHP';
56-
public const SDK_VERSION = '3.6.0';
56+
public const SDK_VERSION = '3.7.0';
5757

5858
/** @var string $key */
5959
private $key;

0 commit comments

Comments
 (0)