We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d518a7e commit a8d2d89Copy full SHA for a8d2d89
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.261.17 - 2023-03-22
4
5
* `Aws\IAM` - Documentation updates for AWS Identity and Access Management (IAM).
6
* `Aws\IoTTwinMaker` - This release adds support of adding metadata when creating a new scene or updating an existing scene.
src/Sdk.php
@@ -687,7 +687,7 @@
687
*/
688
class Sdk
689
{
690
- const VERSION = '3.261.16';
+ const VERSION = '3.261.17';
691
692
/** @var array Arguments for creating clients */
693
private $args;
0 commit comments