Skip to content

Commit f4c94df

Browse files
committed
Release 4.8.0
1 parent da365c7 commit f4c94df

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
4.8.0 (2024*04*29)
2+
-------------------------------
3+
* Updates from spec version 165.0.0 (#2230)
4+
* Updates from spec version 166.0.0
5+
* Updates from spec version 167.0.0
6+
* Updates from spec version 167.1.0
7+
* Add syn-nodejs-puppeteer-7.0 as valid Synthetics::Canary runtime (#2234)
8+
* DLM::LifecyclePolicy CreateRule.Interval: allow 1 as a valid interval (#2238)
9+
* Add FilterCriteria to Serverless KinesisEvent (#2235)
10+
* Fix Serverless MQEvent SourceAccessConfigurations property type (#2236)
11+
* Updates from spec version 168.0.0
12+
* Updates from spec version 169.0.0
13+
* Updates from spec version 170.0.0
14+
* Updates from spec version 171.0.0 (#2240)
15+
* Update copyright year for generated files
16+
* Add new AWS resources
17+
118
4.7.0 (2024*03*10)
219
-------------------------------
320
* Breaking change: AppConfig::Environment.Monitors was renamed to AppConfig::Environment.Monitor

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.7.0"
29+
release = "4.8.0"
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.7.0"
44+
__version__ = "4.8.0"
4545

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

0 commit comments

Comments
 (0)