From bc2b875f86de84c393c089073823f0a5393a39fb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 May 2021 09:25:02 +0200 Subject: update to 2.3.2 --- composer.json | 2 +- php-doctrine-doctrine-bundle2.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a987346..fb87cb2 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "symfony/phpunit-bridge": "^5.2", "symfony/property-info": "^4.3.3|^5.0", "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0", - "symfony/security-bundle": "^4.4|5.0", + "symfony/security-bundle": "^4.4|^5.0", "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0", "symfony/validator": "^3.4.30|^4.3.3|^5.0", "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0", diff --git a/php-doctrine-doctrine-bundle2.spec b/php-doctrine-doctrine-bundle2.spec index 2baa1c6..9a7cbe9 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.3.1 -%global github_commit a08bc3b4d8567cdff05e89b272ba1e06e9d71c21 +%global github_version 2.3.2 +%global github_commit d6b3c37804539a24ba8a7d647a6144cab2f13242 %global major 2 %global composer_vendor doctrine @@ -327,6 +327,9 @@ exit $RETURN_CODE %changelog +* Mon May 10 2021 Remi Collet - 2.3.2-1 +- update to 2.3.2 + * Tue Apr 6 2021 Remi Collet - 2.3.1-1 - update to 2.3.1 -- cgit