Skip to content

Commit a1dfa12

Browse files
3.288.1 release
1 parent 2f62b76 commit a1dfa12

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.288.1 - 2023-11-22
44

55
* `Aws\s3` - Disables transformation of request URI paths with dot segments
66
* `Aws\S3Control` - Amazon S3 Batch Operations now manages buckets or prefixes in a single step.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
*/
726726
class Sdk
727727
{
728-
const VERSION = '3.288.0';
728+
const VERSION = '3.288.1';
729729

730730
/** @var array Arguments for creating clients */
731731
private $args;

0 commit comments

Comments
 (0)