Skip to content

Commit

Permalink
3.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Jun 1, 2015
1 parent c1c84a4 commit dbec595
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 3.0.3 - 2015-06-01

* `Aws\MachineLearning` - Fixed the `Predict` operation to use the provided
`PredictEndpoint` as the host.

## 3.0.2 - 2015-05-29

* `Aws` - Fixed an issue preventing some clients from being instantiated via
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
*/
class Sdk
{
const VERSION = '3.0.2';
const VERSION = '3.0.3';

/** @var array Map of custom lowercase names to service endpoint names. */
private static $aliases = [
Expand Down

0 comments on commit dbec595

Please sign in to comment.