diff options
author | Remi Collet <remi@remirepo.net> | 2020-04-23 14:53:45 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-04-23 14:53:45 +0200 |
commit | 7a6aeebc8a715f4cdd061f91e56b53fa41a10ddb (patch) | |
tree | 191b6bd51737d05bf405419df9779b9e47f7ed80 | |
parent | 737498cd991694a339609124629017a2f1a1b9f5 (diff) |
v1.12.8
-rw-r--r-- | php-doctrine-doctrine-bundle.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-doctrine-bundle.spec b/php-doctrine-doctrine-bundle.spec index 2820a6b..98f7d71 100644 --- a/php-doctrine-doctrine-bundle.spec +++ b/php-doctrine-doctrine-bundle.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name DoctrineBundle -%global github_version 1.12.7 -%global github_commit 18fb7d271676dcb8e882adb0157ac1445c8fe89c +%global github_version 1.12.8 +%global github_commit 65bb2ebc96bcb9207ee56bb17f6c0251ec358380 %global composer_vendor doctrine %global composer_project doctrine-bundle @@ -327,6 +327,9 @@ exit $RETURN_CODE %changelog +* Thu Apr 23 2020 Remi Collet <remi@remirepo.net> - 1.12.8-1 +- update to 1.12.8 + * Mon Jan 20 2020 Remi Collet <remi@remirepo.net> - 1.12.7-1 - update to 1.12.7 |