We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903762a commit 853eecfCopy full SHA for 853eecf
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.283.13 - 2023-10-26
4
5
* `Aws\SsmSap` - AWS Systems Manager for SAP added support for registration and discovery of SAP ABAP applications
6
* `Aws\SNS` - Message Archiving and Replay is now supported in Amazon SNS for FIFO topics.
src/Sdk.php
@@ -719,7 +719,7 @@
719
*/
720
class Sdk
721
{
722
- const VERSION = '3.283.12';
+ const VERSION = '3.283.13';
723
724
/** @var array Arguments for creating clients */
725
private $args;
0 commit comments