Skip to content

Commit a7cfd16

Browse files
authored
Merge pull request #179 from unzerdev/CC-673/update-version
[CC-673] Set release version and changelog.
2 parents c819775 + 3fb3851 commit a7cfd16

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
## [3.5.0](https://github.com/unzerdev/php-sdk/compare/3.4.1..3.5.0)
9+
10+
This version adds support for Google Pay.
11+
12+
### Added
13+
* Add `\UnzerSDK\Resources\PaymentTypes\Googlepay` payment type.
14+
* Add Example for Google Pay.
15+
* Add PHP 8.3 version to composer.json
16+
817
## [3.4.1](https://github.com/unzerdev/php-sdk/compare/3.4.0..3.4.1)
918

1019
Revert deprecation of Sepa Direct Debit type.

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

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

0 commit comments

Comments
 (0)