We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b430bd6 commit dbae075Copy full SHA for dbae075
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.320.2 - 2024-08-16
4
5
* `Aws\SageMaker` - Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response
6
* `Aws\QuickSight` - Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata
src/Sdk.php
@@ -777,7 +777,7 @@
777
*/
778
class Sdk
779
{
780
- const VERSION = '3.320.1';
+ const VERSION = '3.320.2';
781
782
/** @var array Arguments for creating clients */
783
private $args;
0 commit comments