We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95daa0e commit 079dd48Copy full SHA for 079dd48
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.308.2 - 2024-05-23
4
5
* `Aws\OpsWorks` - Documentation-only update for OpsWorks Stacks.
6
* `Aws\EMRServerless` - This release adds the capability to run interactive workloads using Apache Livy Endpoint.
src/Sdk.php
@@ -769,7 +769,7 @@
769
*/
770
class Sdk
771
{
772
- const VERSION = '3.308.1';
+ const VERSION = '3.308.2';
773
774
/** @var array Arguments for creating clients */
775
private $args;
0 commit comments