Skip to content

Commit c462af8

Browse files
3.285.4 release
1 parent f599f77 commit c462af8

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.285.4 - 2023-11-10
44

55
* `Aws\MediaConvert` - This release includes the ability to specify any input source as the primary input for corresponding follow modes, and allows users to specify fit and fill behaviors without resizing content.
66
* `Aws\EC2` - EC2 adds API updates to enable ENA Express at instance launch time.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@
721721
*/
722722
class Sdk
723723
{
724-
const VERSION = '3.285.3';
724+
const VERSION = '3.285.4';
725725

726726
/** @var array Arguments for creating clients */
727727
private $args;

0 commit comments

Comments
 (0)