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 ab279c1 commit 3bccf77Copy full SHA for 3bccf77
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.196.2 - 2021-10-04
4
5
* `Aws\CodeBuild` - CodeBuild now allows you to select how batch build statuses are sent to the source provider for a project.
6
* `Aws\EFS` - EFS adds a new exception for short identifiers to be thrown after its migration to long resource identifiers.
src/Sdk.php
@@ -571,7 +571,7 @@
571
*/
572
class Sdk
573
{
574
- const VERSION = '3.196.1';
+ const VERSION = '3.196.2';
575
576
/** @var array Arguments for creating clients */
577
private $args;
0 commit comments