Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron committed Aug 17, 2023
1 parent c582963 commit e2154ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

All notable changes to DbUnit are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [5.3.0] - 2023-08-17

* Drop support for PHP 7.2 / 7.3
* Add PHP 8.2 support
* Improve CI - run tests with Mysql 5.7/8.0
* Add PHPUnit 10 support

## [5.2.1] - 2021-12-04

### Updated
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,6 +1,6 @@
{
"name": "misantron/dbunit",
"description": "DbUnit fork supporting PHPUnit 9",
"description": "DbUnit fork supporting PHPUnit 9/10",
"type": "library",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit e2154ee

Please sign in to comment.