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 ec11c42 commit 33f7553Copy full SHA for 33f7553
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.194.5 - 2021-09-24
4
5
* `Aws\EC2` - DescribeInstances now returns Platform Details, Usage Operation, and Usage Operation Update Time.
6
* `Aws\LicenseManager` - AWS License Manager now allows customers to get the LicenseArn in the Checkout API Response.
src/Sdk.php
@@ -563,7 +563,7 @@
563
*/
564
class Sdk
565
{
566
- const VERSION = '3.194.4';
+ const VERSION = '3.194.5';
567
568
/** @var array Arguments for creating clients */
569
private $args;
0 commit comments