Skip to content

Commit a41fe29

Browse files
committed
Release 4.9.1
1 parent 6512ccb commit a41fe29

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
4.9.1 (2025*04*08)
2+
-------------------------------
3+
* EC2: Validate prefix list IDs as route destinations (#2280)
4+
* Add missing AWS Org policy types to validator (#2282)
5+
* Updates from spec version 188.1.0 (#2281)
6+
* Add patch for VerifiedAccessEndpoint.PortRange
7+
* Updates from spec version 189.0.0 (#2285)
8+
* Updates from spec version 190.0.0 (#2286)
9+
* Add "Policy-Min-TLS-1-2-PFS-2023-10" as valid value TlsSecurityPolicy (#2288)
10+
* Patch AWS::Transfer for spec 191.0.0
11+
* Updates from spec version 191.0.0
12+
* Remove deprecated AWS::NimbleStudio
13+
* Updates from spec version 192.0.0 (#2289)
14+
* Add new type of Tags due to CloudFront::AnycastIpList
15+
* Switch pyright reportUnnecessaryIsInstance to None
16+
* [Cloudwatch Logs] Include new retention-in-days values (#2296)
17+
* Fix lint errors in examples/EMR_Cluster.py
18+
* Patch RDS to being back some missing properties
19+
* Updates from spec version 193.0.0 (#2297)
20+
121
4.9.0 (2025*01*14)
222
-------------------------------
323
* Updates from spec version 186.0.0 (#2273)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ""
2828
# The full version, including alpha/beta/rc tags
29-
release = "4.9.0"
29+
release = "4.9.1"
3030

3131

3232
# -- General configuration ---------------------------------------------------

troposphere/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
else:
4242
from typing import Final
4343

44-
__version__ = "4.9.0"
44+
__version__ = "4.9.1"
4545

4646
# constants for DeletionPolicy and UpdateReplacePolicy
4747
Delete: Final = "Delete"

0 commit comments

Comments
 (0)