Skip to content

Commit 42ca7ad

Browse files
3.262.1 release
1 parent cca95ce commit 42ca7ad

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.262.1 - 2023-03-24
44

55
* `Aws\CloudWatch` - Doc-only update to correct alarm actions list
66
* `Aws\Comprehend` - This release adds a new field (FlywheelArn) to the EntitiesDetectionJobProperties object. The FlywheelArn field is returned in the DescribeEntitiesDetectionJob and ListEntitiesDetectionJobs responses when the EntitiesDetection job is started with a FlywheelArn instead of an EntityRecognizerArn .

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@
689689
*/
690690
class Sdk
691691
{
692-
const VERSION = '3.262.0';
692+
const VERSION = '3.262.1';
693693

694694
/** @var array Arguments for creating clients */
695695
private $args;

0 commit comments

Comments
 (0)