From 70a7795af78bc0a9aca3d762e039f70187618dec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Jun 2021 08:29:14 +0200 Subject: update to 2.4.2 --- php-doctrine-doctrine-bundle2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-doctrine-doctrine-bundle2.spec b/php-doctrine-doctrine-bundle2.spec index 3fe6b7a..3773436 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.4.1 -%global github_commit 7f472cc85eba050a83fcf38cece87b868877d7e2 +%global github_version 2.4.2 +%global github_commit 4202ce675d29e70a8b9ee763bec021b6f44caccb %global major 2 %global composer_vendor doctrine @@ -359,6 +359,9 @@ exit $RETURN_CODE %changelog +* Mon Jun 7 2021 Remi Collet - 2.4.2-1 +- update to 2.4.2 + * Wed Jun 2 2021 Remi Collet - 2.4.1-1 - update to 2.4.1 - add dependency on doctrine/cache -- cgit