diff --git a/NEWS.md b/NEWS.md index f8c69f1..5b1cd1b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,23 @@ -# Version 22.2.0 (2022-??-??) *NOT RELEASED YET* +# Version 22.3.0 (2022-??-??) *NOT RELEASED YET* * Nothing +# Version 22.2.0 (2023-04-03) + +* Improve HTTP API support + * Update flask wrapper to accept requests from REST API + * Allow configuring multiple HTTP API stages +* Improve VPC support + * Enable HTTPS more broadly + * Support SES endpoints +* New additions: + * Allow a list of roles in troposphere.iam.Trust + * Add Construct for cloudwatch.Alarm + * Add Construct for dynamodb.Table +* Enhance CD/CI support + * CFNMain now supports a dry run mode for CI + * Add support for blue/green deployment + # Version 22.1.0 (2022-09-02) * First version published on pypi diff --git a/VERSION b/VERSION index 70a91e2..95af471 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -22.1 +22.2