diff options
Diffstat (limited to 'php-doctrine-orm.spec')
-rw-r--r-- | php-doctrine-orm.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec index 3f71ae6..f3d2a6b 100644 --- a/php-doctrine-orm.spec +++ b/php-doctrine-orm.spec @@ -13,8 +13,8 @@ %global github_owner doctrine %global github_name orm -%global github_version 2.12.0 -%global github_commit d5503644314ed825fe4b276a588458a033fa3e7c +%global github_version 2.12.1 +%global github_commit 2e4a8722721b934149ff53b191522a6829b6d73b %global composer_vendor doctrine %global composer_project orm @@ -416,6 +416,9 @@ exit $RETURN_CODE %changelog +* Mon Apr 25 2022 Remi Collet <remi@remirepo.net> - 2.12.1-1 +- update to 2.12.1 + * Wed Apr 20 2022 Remi Collet <remi@remirepo.net> - 2.12.0-1 - update to 2.12.0 - raise dependency on doctrine/persistence 2.4 and allow 3 |