Skip to content

Commit

Permalink
3.112.24 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Oct 17, 2019
1 parent c83c457 commit 6997f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## next release
## 3.112.24 - 2019-10-17

* `Aws\Batch` - Adding support for Compute Environment Allocation Strategies
* `Aws\RDS` - Amazon RDS now supports Amazon RDS on VMware with the introduction of APIs related to Custom Availability Zones and Media installation.
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
*/
class Sdk
{
const VERSION = '3.112.23';
const VERSION = '3.112.24';

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

0 comments on commit 6997f23

Please sign in to comment.