Skip to content

Commit 806ad75

Browse files
3.308.0 release
1 parent 4af1e21 commit 806ad75

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.308.0 - 2024-05-21
44

55
* `Aws\StorageGateway` - Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums.
66
* `Aws\Lightsail` - This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@
769769
*/
770770
class Sdk
771771
{
772-
const VERSION = '3.307.2';
772+
const VERSION = '3.308.0';
773773

774774
/** @var array Arguments for creating clients */
775775
private $args;

0 commit comments

Comments
 (0)