diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-25 13:59:15 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-25 13:59:15 +0200 |
commit | 45db73456b1704a716d09ed308ae1d9ccdc0ff24 (patch) | |
tree | 685b85797c6119b85afe7e8327c0f32ad8ad56de | |
parent | f8cba54c1a454010c5f65ce5125aa776d59b8fce (diff) |
update to 2.1.2
-rw-r--r-- | php-doctrine-doctrine-bundle2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-doctrine-bundle2.spec b/php-doctrine-doctrine-bundle2.spec index a06c800..45e4598 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.1.1 -%global github_commit 22add179ebca928650180c72fe84f2958d0c33b0 +%global github_version 2.1.2 +%global github_commit f5153089993e1230f5d8acbd8e126014d5a63e17 %global major 2 %global composer_vendor doctrine @@ -320,6 +320,9 @@ exit $RETURN_CODE %changelog +* Tue Aug 25 2020 Remi Collet <remi@remirepo.net> - 2.1.2-1 +- update to 2.1.2 + * Tue Aug 25 2020 Remi Collet <remi@remirepo.net> - 2.1.1-1 - update to 2.1.1 - allow doctrine/dbal 3.0 |