diff options
author | Remi Collet <remi@remirepo.net> | 2022-04-11 08:27:56 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-04-11 08:27:56 +0200 |
commit | 7438ebe9252e5483b312a8b5eb3822741128136c (patch) | |
tree | 759fe8234949ef80795ce40f4d30b511ea17bde3 | |
parent | 3faacd9747253233c4616d2594b3d1f1caa75839 (diff) |
update to 2.6.2
-rw-r--r-- | php-doctrine-doctrine-bundle2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-doctrine-bundle2.spec b/php-doctrine-doctrine-bundle2.spec index d035a45..8209b34 100644 --- a/php-doctrine-doctrine-bundle2.spec +++ b/php-doctrine-doctrine-bundle2.spec @@ -13,8 +13,8 @@ %global github_owner doctrine %global github_name DoctrineBundle -%global github_version 2.6.1 -%global github_commit b7002752b555cb61cc9ca8d4c89a5b6e8200f765 +%global github_version 2.6.2 +%global github_commit 53cf797feda995299629bed081ffb51776f36e9f %global major 2 %global composer_vendor doctrine @@ -386,6 +386,9 @@ exit $RETURN_CODE %changelog +* Mon Apr 11 2022 Remi Collet <remi@remirepo.net> - 2.6.2-1 +- update to 2.6.2 + * Mon Apr 4 2022 Remi Collet <remi@remirepo.net> - 2.6.1-1 - update to 2.6.1 |