Skip to content

Commit 8e12383

Browse files
3.285.1 release
1 parent bd9babb commit 8e12383

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.1 - 2023-11-08
44

55
* `Aws\RDS` - This Amazon RDS release adds support for patching the OS of an RDS Custom for Oracle DB instance. You can now upgrade the database or operating system using the modify-db-instance command.
66
* `Aws\ResilienceHub` - AWS Resilience Hub enhances Resiliency Score, providing actionable recommendations to improve application resilience. Amazon Elastic Kubernetes Service (EKS) operational recommendations have been added to help improve the resilience posture of your applications.

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.0';
724+
const VERSION = '3.285.1';
725725

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

0 commit comments

Comments
 (0)