We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea129b commit 653549aCopy full SHA for 653549a
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.320.1 - 2024-08-15
4
5
* `Aws\` - Add missing PHPDoc annotation for Doctrine Cache implementations.
6
* `Aws\ECS` - This release introduces a new ContainerDefinition configuration to support the customer-managed keys for ECS container restart feature.
src/Sdk.php
@@ -777,7 +777,7 @@
777
*/
778
class Sdk
779
{
780
- const VERSION = '3.320.0';
+ const VERSION = '3.320.1';
781
782
/** @var array Arguments for creating clients */
783
private $args;
0 commit comments