From 66d6091e395fc25a5fd5cdf6290b326c69239bab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Nov 2020 08:56:16 +0100 Subject: update to 2.2.1 --- php-doctrine-doctrine-bundle2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-doctrine-doctrine-bundle2.spec') 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 - 2.2.1-1 +- update to 2.2.1 + * Mon Nov 9 2020 Remi Collet - 2.2.0-1 - update to 2.2.0 - allow twig version 3 -- cgit