diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-29 11:00:54 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-29 11:00:54 +0200 |
commit | 39266a62bba445e1e84cf65a1fe09c54179770d2 (patch) | |
tree | 084a9eac976a079b2bd53ad487670f1808723d42 | |
parent | 3bb84856c57df61573371bd86e7b2db3f79b9f5a (diff) |
update to 3.3.4
-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 |