Skip to content

Commit 7e0cdfe

Browse files
3.195.2 release
1 parent 61cf265 commit 7e0cdfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.195.2 - 2021-09-29
44

55
* `Aws\Lambda` - Adds support for Lambda functions powered by AWS Graviton2 processors. Customers can now select the CPU architecture for their functions.
66
* `Aws\PrometheusService` - This release adds alert manager and rule group namespace APIs

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
*/
568568
class Sdk
569569
{
570-
const VERSION = '3.195.1';
570+
const VERSION = '3.195.2';
571571

572572
/** @var array Arguments for creating clients */
573573
private $args;

0 commit comments

Comments
 (0)