Skip to content

Commit 3d7585f

Browse files
Bumping version to 1.36.26
1 parent ba8dec7 commit 3d7585f

File tree

6 files changed

+21
-12
lines changed

6 files changed

+21
-12
lines changed

.changes/1.36.26.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"category": "``appstream``",
4+
"description": "Added support for Certificate-Based Authentication on AppStream 2.0 multi-session fleets.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock-agent``",
9+
"description": "Introduce a new parameter which represents the user-agent header value used by the Bedrock Knowledge Base Web Connector.",
10+
"type": "api-change"
11+
}
12+
]

.changes/next-release/api-change-appstream-89376.json

-5
This file was deleted.

.changes/next-release/api-change-bedrockagent-80823.json

-5
This file was deleted.

CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
CHANGELOG
33
=========
44

5+
1.36.26
6+
=======
7+
8+
* api-change:``appstream``: Added support for Certificate-Based Authentication on AppStream 2.0 multi-session fleets.
9+
* api-change:``bedrock-agent``: Introduce a new parameter which represents the user-agent header value used by the Bedrock Knowledge Base Web Connector.
10+
11+
512
1.36.25
613
=======
714

botocore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.36.25'
19+
__version__ = '1.36.26'
2020

2121

2222
class NullHandler(logging.Handler):

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.36.'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.36.25'
62+
release = '1.36.26'
6363

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

0 commit comments

Comments
 (0)