Skip to content

Commit 7c7dd6f

Browse files
3.298.1 release
1 parent 701793a commit 7c7dd6f

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.1 - 2024-02-01
44

55
* `Aws\IVS` - This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel. New APIs to support this resource were introduced in the form of Create/Delete/Get/Update/List.
66
* `Aws\ManagedBlockchainQuery` - This release adds support for transactions that have not reached finality. It also removes support for the status property from the response of the GetTransaction operation. You can use the confirmationStatus and executionStatus properties to determine the status of the transaction.

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.0';
762+
const VERSION = '3.298.1';
763763

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

0 commit comments

Comments
 (0)