diff options
-rw-r--r-- | php-doctrine-dbal3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-dbal3.spec b/php-doctrine-dbal3.spec index 291f632..b97ef7a 100644 --- a/php-doctrine-dbal3.spec +++ b/php-doctrine-dbal3.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name dbal -%global github_version 3.3.3 -%global github_commit 82331b861727c15b1f457ef05a8729e508e7ead5 +%global github_version 3.3.4 +%global github_commit 83f779beaea1893c0bece093ab2104c6d15a7f26 %global major 3 %global composer_vendor doctrine @@ -290,6 +290,9 @@ exit $RETURN_CODE %changelog +* Tue Mar 29 2022 Remi Collet <remi@remirepo.net> - 3.3.4-1 +- update to 3.3.4 + * Thu Mar 10 2022 Remi Collet <remi@remirepo.net> - 3.3.3-1 - update to 3.3.3 |