Skip to content

Commit

Permalink
Bumping version to 1.34.93
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Apr 26, 2024
1 parent 4914a5f commit 7b0a2f5
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 deletions.
37 changes: 37 additions & 0 deletions .changes/1.34.93.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``codepipeline``",
"description": "Add ability to manually and automatically roll back a pipeline stage to a previously successful execution.",
"type": "api-change"
},
{
"category": "``cognito-idp``",
"description": "Add LimitExceededException to SignUp errors",
"type": "api-change"
},
{
"category": "``connectcampaigns``",
"description": "This release adds support for specifying if Answering Machine should wait for prompt sound.",
"type": "api-change"
},
{
"category": "``marketplace-entitlement``",
"description": "Releasing minor endpoint updates.",
"type": "api-change"
},
{
"category": "``oam``",
"description": "This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account",
"type": "api-change"
},
{
"category": "``rds``",
"description": "SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database.",
"type": "api-change"
},
{
"category": "``support``",
"description": "Releasing minor endpoint updates.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codepipeline-97027.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cognitoidp-76580.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connectcampaigns-13651.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-oam-77587.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-43378.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-support-28262.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.34.93
=======

* api-change:``codepipeline``: Add ability to manually and automatically roll back a pipeline stage to a previously successful execution.
* api-change:``cognito-idp``: Add LimitExceededException to SignUp errors
* api-change:``connectcampaigns``: This release adds support for specifying if Answering Machine should wait for prompt sound.
* api-change:``marketplace-entitlement``: Releasing minor endpoint updates.
* api-change:``oam``: This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account
* api-change:``rds``: SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database.
* api-change:``support``: Releasing minor endpoint updates.


1.34.92
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.92'
__version__ = '1.34.93'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.34.'
# The full version, including alpha/beta/rc tags.
release = '1.34.92'
release = '1.34.93'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 7b0a2f5

Please sign in to comment.