From b4d2acff80ea965ba2732856e77e022b35bbc4d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 May 2019 09:58:44 +0200 Subject: v1.11.1 --- php-doctrine-doctrine-bundle.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-doctrine-doctrine-bundle.spec b/php-doctrine-doctrine-bundle.spec index 48c91a1..64b0310 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.11.0 -%global github_commit 6e15d2d9a8f90c0f9b5664b0db92686ff14fcd7d +%global github_version 1.11.1 +%global github_commit 09a38417339dc93849d051b914aae3947eb231a7 %global composer_vendor doctrine %global composer_project doctrine-bundle @@ -263,6 +263,9 @@ exit $RETURN_CODE %changelog +* Tue May 14 2019 Remi Collet - 1.11.1-1 +- update to 1.11.1 + * Mon May 13 2019 Remi Collet - 1.11.0-1 - update to 1.11.0 - raise dependency on PHP 7.1 -- cgit