Skip to content

Commit 63c7202

Browse files
3.294.1 release
1 parent f4a5864 commit 63c7202

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.294.1 - 2023-12-15
44

55
* `Aws\Signature` - Fixes issues with CloudfrontKeyValueStore sigv4a operations.
66
* `Aws\KMS` - Documentation updates for AWS Key Management Service

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@
755755
*/
756756
class Sdk
757757
{
758-
const VERSION = '3.294.0';
758+
const VERSION = '3.294.1';
759759

760760
/** @var array Arguments for creating clients */
761761
private $args;

0 commit comments

Comments
 (0)