Skip to content

Commit 8dd47fd

Browse files
3.320.0 release
1 parent e3cb3b4 commit 8dd47fd

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.320.0 - 2024-08-14
44

55
* `Aws\` - Adds notice for the upcoming deprecation of PHP versions 8.0.x and below.
66
* `Aws\CodeBuild` - AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@
777777
*/
778778
class Sdk
779779
{
780-
const VERSION = '3.319.4';
780+
const VERSION = '3.320.0';
781781

782782
/** @var array Arguments for creating clients */
783783
private $args;

0 commit comments

Comments
 (0)