Skip to content

Commit 0afccba

Browse files
3.298.6 release
1 parent 4f37297 commit 0afccba

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.298.6 - 2024-02-08
44

55
* `Aws\WorkSpaces` - This release introduces User-Decoupling feature. This feature allows Workspaces Core customers to provision workspaces without providing users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new optional parameter "WorkspaceName".
66
* `Aws\CodePipeline` - Add ability to execute pipelines with new parallel & queued execution modes and add support for triggers with filtering on branches and file paths.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@
759759
*/
760760
class Sdk
761761
{
762-
const VERSION = '3.298.5';
762+
const VERSION = '3.298.6';
763763

764764
/** @var array Arguments for creating clients */
765765
private $args;

0 commit comments

Comments
 (0)