diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-09 07:18:19 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-09 07:18:19 +0200 |
commit | 521af007ffc980825d407cf17e423e4a086fda32 (patch) | |
tree | 02761019db4ff271b6dff3219439de828a72a9b7 | |
parent | c448830a871514e5a74702998bc1bd07c44cc287 (diff) |
v3.29.0
-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 42bdb7c..83bfa22 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.28.10 -%global github_commit 2077a5c8cbfb3f16326a145da926166395405953 +%global github_version 3.29.0 +%global github_commit ad2206be87d722de5a52b3d1b0d6549fe2980fc7 %global composer_vendor aws %global composer_project aws-sdk-php @@ -260,6 +260,9 @@ exit $RETURN_CODE %changelog +* Fri Jun 9 2017 Remi Collet <remi@remirepo.net> - 3.29.0-1 +- Update to 3.29.0 + * Wed Jun 7 2017 Remi Collet <remi@remirepo.net> - 3.28.10-1 - Update to 3.28.10 |