Skip to content

Commit

Permalink
2.8.30 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed May 3, 2016
1 parent f20a166 commit 2d7183c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.8.30 - 2016-05-03

* `Aws\Lambda` - Fixed bug in `UpdateFunctionCode`.

## 2.8.29 - 2016-04-11

* `Aws\Lambda` - Fixed bug in `UpdateFunctionCode`.
Expand Down
2 changes: 1 addition & 1 deletion src/Aws/Common/Aws.php
Expand Up @@ -28,7 +28,7 @@ class Aws extends ServiceBuilder
/**
* @var string Current version of the SDK
*/
const VERSION = '2.8.29';
const VERSION = '2.8.30';

/**
* Create a new service locator for the AWS SDK
Expand Down

0 comments on commit 2d7183c

Please sign in to comment.