Skip to content

Commit 2450c05

Browse files
3.184.1 release
1 parent e096af8 commit 2450c05

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.1 - 2021-06-10
44

55
* `Aws\AppMesh` - AppMesh now supports additional routing capabilities in match and rewrites for Gateway Routes and Routes. Additionally, App Mesh also supports specifying DNS Response Types in Virtual Nodes.
66
* `Aws\Appflow` - Adding MAP_ALL task type support.

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.0';
548+
const VERSION = '3.184.1';
549549

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

0 commit comments

Comments
 (0)