Skip to content

Commit

Permalink
Release 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Apr 29, 2024
1 parent da365c7 commit f4c94df
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
4.8.0 (2024*04*29)
-------------------------------
* Updates from spec version 165.0.0 (#2230)
* Updates from spec version 166.0.0
* Updates from spec version 167.0.0
* Updates from spec version 167.1.0
* Add syn-nodejs-puppeteer-7.0 as valid Synthetics::Canary runtime (#2234)
* DLM::LifecyclePolicy CreateRule.Interval: allow 1 as a valid interval (#2238)
* Add FilterCriteria to Serverless KinesisEvent (#2235)
* Fix Serverless MQEvent SourceAccessConfigurations property type (#2236)
* Updates from spec version 168.0.0
* Updates from spec version 169.0.0
* Updates from spec version 170.0.0
* Updates from spec version 171.0.0 (#2240)
* Update copyright year for generated files
* Add new AWS resources

4.7.0 (2024*03*10)
-------------------------------
* Breaking change: AppConfig::Environment.Monitors was renamed to AppConfig::Environment.Monitor
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "4.7.0"
release = "4.8.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion troposphere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
else:
from typing import Final

__version__ = "4.7.0"
__version__ = "4.8.0"

# constants for DeletionPolicy and UpdateReplacePolicy
Delete: Final = "Delete"
Expand Down

0 comments on commit f4c94df

Please sign in to comment.