We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a5864 commit 63c7202Copy full SHA for 63c7202
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.294.1 - 2023-12-15
4
5
* `Aws\Signature` - Fixes issues with CloudfrontKeyValueStore sigv4a operations.
6
* `Aws\KMS` - Documentation updates for AWS Key Management Service
src/Sdk.php
@@ -755,7 +755,7 @@
755
*/
756
class Sdk
757
{
758
- const VERSION = '3.294.0';
+ const VERSION = '3.294.1';
759
760
/** @var array Arguments for creating clients */
761
private $args;
0 commit comments