Skip to content

Commit

Permalink
Merge pull request #46 from AltaPay/update-symfony
Browse files Browse the repository at this point in the history
Update version and release notes
  • Loading branch information
emicha authored Aug 8, 2024
2 parents 7307b16 + 918ad31 commit 52a0d73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/AbstractApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52a0d73

Please sign in to comment.