We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d669e commit c8f2ed5Copy full SHA for c8f2ed5
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.369.25 - 2026-02-02
4
5
* `Aws\MPA` - Updates to multi-party approval (MPA) service to add support for multi-factor authentication (MFA) for voting operations.
6
* `Aws\CloudFront` - Add OriginMTLS support to CloudFront Distribution APIs
src/Sdk.php
@@ -835,7 +835,7 @@
835
*/
836
class Sdk
837
{
838
- const VERSION = '3.369.24';
+ const VERSION = '3.369.25';
839
840
/** @var array Arguments for creating clients */
841
private $args;
0 commit comments