We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa092e3 commit 99e13a3Copy full SHA for 99e13a3
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.306.1 - 2024-05-07
4
5
* `Aws\Budgets` - This release adds tag support for budgets and budget actions.
6
* `Aws\Route53Profiles` - Doc only update for Route 53 profiles that fixes some link issues
src/Sdk.php
@@ -771,7 +771,7 @@
771
*/
772
class Sdk
773
{
774
- const VERSION = '3.306.0';
+ const VERSION = '3.306.1';
775
776
/** @var array Arguments for creating clients */
777
private $args;
0 commit comments