diff options
-rw-r--r-- | php-doctrine-inflector.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-inflector.spec b/php-doctrine-inflector.spec index c1f748f..1d5128a 100644 --- a/php-doctrine-inflector.spec +++ b/php-doctrine-inflector.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name inflector -%global github_version 1.4.2 -%global github_commit 889b42b8155f2aa274596b6e0424371b1e3c51bb +%global github_version 1.4.3 +%global github_commit 4650c8b30c753a76bf44fb2ed00117d6f367490c %global composer_vendor doctrine %global composer_project inflector @@ -121,6 +121,9 @@ exit $RETURN_CODE %changelog +* Tue Jun 2 2020 Remi Collet <remi@remirepo.net> - 1.4.3-1 +- update to 1.4.3 + * Tue May 26 2020 Remi Collet <remi@remirepo.net> - 1.4.2-1 - update to 1.4.2 |