Skip to content

Commit 77c14dd

Browse files
3.209.2 release
1 parent 3c9858c commit 77c14dd

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.209.2 - 2022-01-10
44

55
* `Aws\ComputeOptimizer` - Adds support for new Compute Optimizer capability that makes it easier for customers to optimize their EC2 instances by leveraging multiple CPU architectures.
66
* `Aws\EC2` - New feature: Updated EC2 API to support faster launching for Windows images. Optimized images are pre-provisioned, using snapshots to launch instances up to 65% faster.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603
*/
604604
class Sdk
605605
{
606-
const VERSION = '3.209.1';
606+
const VERSION = '3.209.2';
607607

608608
/** @var array Arguments for creating clients */
609609
private $args;

0 commit comments

Comments
 (0)