Skip to content

Commit

Permalink
3.19.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyclaire committed Sep 22, 2016
1 parent 9d730ff commit eb9488f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGELOG

## next release
## 3.19.10 - 2016-09-22

* `Aws\ApiGateway` - Added new enum values to the service

Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Expand Up @@ -151,7 +151,7 @@
*/
class Sdk
{
const VERSION = '3.19.9';
const VERSION = '3.19.10';

/** @var array Arguments for creating clients */
private $args;
Expand Down

0 comments on commit eb9488f

Please sign in to comment.