Skip to content

Commit b39a567

Browse files
3.319.4 release
1 parent 78279f8 commit b39a567

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.319.4 - 2024-08-13
44

55
* `Aws\S3` - Expands handling of errors contained within 200 responses.
66
* `Aws\FIS` - This release adds support for additional error information on experiment failure. It adds the error code, location, and account id on relevant failures to the GetExperiment and ListExperiment API responses.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@
777777
*/
778778
class Sdk
779779
{
780-
const VERSION = '3.319.3';
780+
const VERSION = '3.319.4';
781781

782782
/** @var array Arguments for creating clients */
783783
private $args;

0 commit comments

Comments
 (0)