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 819e295..cdf03d6 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.7 -%global github_commit 76540001ff938c072db5367a7c945296984b999b +%global github_version 3.29.8 +%global github_commit c60a477ad5ba1b120d4d80cbddf97fbe36573996 %global composer_vendor aws %global composer_project aws-sdk-php @@ -260,6 +260,9 @@ exit $RETURN_CODE %changelog +* Tue Jun 20 2017 Remi Collet <remi@remirepo.net> - 3.29.8-1 +- Update to 3.29.8 + * Mon Jun 19 2017 Remi Collet <remi@remirepo.net> - 3.29.7-1 - Update to 3.29.7 |