diff options
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-doctrine-doctrine-bundle2.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 4febd11..bbe3962 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.2.x-dev" + "dev-master": "2.3.x-dev" } } } diff --git a/php-doctrine-doctrine-bundle2.spec b/php-doctrine-doctrine-bundle2.spec index 1e7d257..f59cfb5 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.2.0 -%global github_commit c1b1fe95a6cce5e53a1454c46ae3500e53fadae1 +%global github_version 2.2.1 +%global github_commit 9e07bb1ff35d35d9ec4597b79e5d05502d7d4d43 %global major 2 %global composer_vendor doctrine @@ -327,6 +327,9 @@ exit $RETURN_CODE %changelog +* Thu Nov 12 2020 Remi Collet <remi@remirepo.net> - 2.2.1-1 +- update to 2.2.1 + * Mon Nov 9 2020 Remi Collet <remi@remirepo.net> - 2.2.0-1 - update to 2.2.0 - allow twig version 3 |