Skip to content

Commit ae611a2

Browse files
3.283.10 release
1 parent 06ec042 commit ae611a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.283.10 - 2023-10-23
44

55
* `Aws\NetworkManager` - This release adds API support for Tunnel-less Connect (NoEncap Protocol) for AWS Cloud WAN
66
* `Aws\Rekognition` - Amazon Rekognition introduces StartMediaAnalysisJob, GetMediaAnalysisJob, and ListMediaAnalysisJobs operations to run a bulk analysis of images with a Detect Moderation model.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@
719719
*/
720720
class Sdk
721721
{
722-
const VERSION = '3.283.9';
722+
const VERSION = '3.283.10';
723723

724724
/** @var array Arguments for creating clients */
725725
private $args;

0 commit comments

Comments
 (0)