We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d524675 commit 5585210Copy full SHA for 5585210
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.325.7 - 2024-11-12
4
5
* `Aws\FIS` - This release adds support for generating experiment reports with the experiment report configuration
6
* `Aws\ControlTower` - Added ResetEnabledControl API.
src/Sdk.php
@@ -785,7 +785,7 @@
785
*/
786
class Sdk
787
{
788
- const VERSION = '3.325.6';
+ const VERSION = '3.325.7';
789
790
/** @var array Arguments for creating clients */
791
private $args;
0 commit comments