Skip to content

Commit efe7b6e

Browse files
3.287.1 release
1 parent 25ad715 commit efe7b6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.287.1 - 2023-11-20
44

55
* `Aws\Credentials` - Adds hostname resolution for the EcsCredentialProvider.
66
* `Aws\EC2` - This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@
721721
*/
722722
class Sdk
723723
{
724-
const VERSION = '3.287.0';
724+
const VERSION = '3.287.1';
725725

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

0 commit comments

Comments
 (0)