Skip to content

Commit 615adf6

Browse files
3.273.1 release
1 parent a54a4ea commit 615adf6

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.273.1 - 2023-06-15
44

55
* `Aws\AuditManager` - This release introduces 2 Audit Manager features: CSV exports and new manual evidence options. You can now export your evidence finder results in CSV format. In addition, you can now add manual evidence to a control by entering free-form text or uploading a file from your browser.
66
* `Aws\EFS` - Documentation updates for EFS.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@
703703
*/
704704
class Sdk
705705
{
706-
const VERSION = '3.273.0';
706+
const VERSION = '3.273.1';
707707

708708
/** @var array Arguments for creating clients */
709709
private $args;

0 commit comments

Comments
 (0)