We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259c8a3 commit 0722b3bCopy full SHA for 0722b3b
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.296.3 - 2024-01-17
4
5
* `Aws\DynamoDB` - Updating note for enabling streams for UpdateTable.
6
* `Aws\Keyspaces` - This release adds support for Multi-Region Replication with provisioned tables, and Keyspaces auto scaling APIs
src/Sdk.php
@@ -759,7 +759,7 @@
759
*/
760
class Sdk
761
{
762
- const VERSION = '3.296.2';
+ const VERSION = '3.296.3';
763
764
/** @var array Arguments for creating clients */
765
private $args;
0 commit comments