Skip to content

Commit 71fa2b7

Browse files
Bumping version to 1.25.2
1 parent 3c98094 commit 71fa2b7

12 files changed

+47
-34
lines changed

.changes/1.25.2.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``connect``",
4+
"description": "This release adds the following features: 1) New APIs to manage (create, list, update) task template resources, 2) Updates to startTaskContact API to support task templates, and 3) new TransferContact API to programmatically transfer in-progress tasks via a contact flow.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``proton``",
9+
"description": "Add new \"Components\" API to enable users to Create, Delete and Update AWS Proton components.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``codeartifact``",
14+
"description": "Documentation updates for CodeArtifact",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``application-insights``",
19+
"description": "Provide Account Level onboarding support through CFN/CLI",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``kendra``",
24+
"description": "Amazon Kendra now provides a data source connector for GitHub. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-github.html",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``voice-id``",
29+
"description": "Added a new attribute ServerSideEncryptionUpdateDetails to Domain and DomainSummary.",
30+
"type": "api-change"
31+
}
32+
]

.changes/next-release/api-change-applicationinsights-4803.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-codeartifact-47388.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-connect-92243.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-kendra-29843.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-proton-45221.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-voiceid-30220.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
CHANGELOG
33
=========
44

5+
1.25.2
6+
======
7+
8+
* api-change:``connect``: This release adds the following features: 1) New APIs to manage (create, list, update) task template resources, 2) Updates to startTaskContact API to support task templates, and 3) new TransferContact API to programmatically transfer in-progress tasks via a contact flow.
9+
* api-change:``proton``: Add new "Components" API to enable users to Create, Delete and Update AWS Proton components.
10+
* api-change:``codeartifact``: Documentation updates for CodeArtifact
11+
* api-change:``application-insights``: Provide Account Level onboarding support through CFN/CLI
12+
* api-change:``kendra``: Amazon Kendra now provides a data source connector for GitHub. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-github.html
13+
* api-change:``voice-id``: Added a new attribute ServerSideEncryptionUpdateDetails to Domain and DomainSummary.
14+
15+
516
1.25.1
617
======
718

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
import os
1919

20-
__version__ = '1.25.1'
20+
__version__ = '1.25.2'
2121

2222
#
2323
# Get our data path to be added to botocore's search path

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.25'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.25.1'
55+
release = '1.25.2'
5656

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

0 commit comments

Comments
 (0)