Skip to content

Commit

Permalink
[CC-803] Increase sdk version (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryouzanpaku authored Apr 16, 2024
1 parent 73b2eb9 commit 498687f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres
to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## UNRELEASED
## [3.6.0](https://github.com/unzerdev/php-sdk/compare/3.5.0..3.6.0)

Twint payment method is added to SDK.

Expand Down
2 changes: 1 addition & 1 deletion src/Unzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Unzer implements
public const BASE_URL = 'api.unzer.com';
public const API_VERSION = 'v1';
public const SDK_TYPE = 'UnzerPHP';
public const SDK_VERSION = '3.5.0';
public const SDK_VERSION = '3.6.0';

/** @var string $key */
private $key;
Expand Down

0 comments on commit 498687f

Please sign in to comment.