diff options
-rw-r--r-- | php-aws-sdk3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-aws-sdk3.spec b/php-aws-sdk3.spec index 663b035..fa06280 100644 --- a/php-aws-sdk3.spec +++ b/php-aws-sdk3.spec @@ -12,8 +12,8 @@ %global github_owner aws %global github_name aws-sdk-php -%global github_version 3.29.3 -%global github_commit f375f08b77da1a1dbf68e4a0384d65e7d9018639 +%global github_version 3.29.4 +%global github_commit f714ebbcc23945b1c9b4b0e5fdc339cef33dedf6 %global composer_vendor aws %global composer_project aws-sdk-php @@ -260,6 +260,9 @@ exit $RETURN_CODE %changelog +* Wed Jun 14 2017 Remi Collet <remi@remirepo.net> - 3.29.4-1 +- Update to 3.29.4 + * Tue Jun 13 2017 Remi Collet <remi@remirepo.net> - 3.29.3-1 - Update to 3.29.3 |