diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bae58c..ac273f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [3.4.2] - 2024-08-07 +### Added +- Add support for symfony 7. + ## [3.4.1] - 2024-07-09 ### Added - Extend support to include all languages that the gateway supports. diff --git a/src/AbstractApi.php b/src/AbstractApi.php index 5f0ede8..5a3ac3e 100644 --- a/src/AbstractApi.php +++ b/src/AbstractApi.php @@ -55,7 +55,7 @@ abstract class AbstractApi /** * PHP API version */ - const PHP_API_VERSION = '3.4.1'; + const PHP_API_VERSION = '3.4.2'; /** * Event dispatcher