We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5644604 commit 23b009fCopy full SHA for 23b009f
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.296.5 - 2024-01-18
4
5
* `Aws\CloudTrail` - This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.
6
* `Aws\Connect` - GetMetricDataV2 now supports 3 groupings
src/Sdk.php
@@ -759,7 +759,7 @@
759
*/
760
class Sdk
761
{
762
- const VERSION = '3.296.4';
+ const VERSION = '3.296.5';
763
764
/** @var array Arguments for creating clients */
765
private $args;
0 commit comments