Skip to content

Commit 34e6b2a

Browse files
3.184.4 release
1 parent d0364f7 commit 34e6b2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.184.4 - 2021-06-15
44

55
* `Aws\Connect` - This release adds new sets of APIs: AssociateBot, DisassociateBot, and ListBots. You can use it to programmatically add an Amazon Lex bot or Amazon Lex V2 bot on the specified Amazon Connect instance
66
* `Aws\EC2` - EC2 M5n, M5dn, R5n, R5dn metal instances with 100 Gbps network performance and Elastic Fabric Adapter (EFA) for ultra low latency

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@
545545
*/
546546
class Sdk
547547
{
548-
const VERSION = '3.184.3';
548+
const VERSION = '3.184.4';
549549

550550
/** @var array Arguments for creating clients */
551551
private $args;

0 commit comments

Comments
 (0)