Skip to content

Commit 498687f

Browse files
authored
[CC-803] Increase sdk version (#188)
1 parent 73b2eb9 commit 498687f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.6.0](https://github.com/unzerdev/php-sdk/compare/3.5.0..3.6.0)
99

1010
Twint payment method is added to SDK.
1111

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.5.0';
56+
public const SDK_VERSION = '3.6.0';
5757

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

0 commit comments

Comments
 (0)