diff --git a/CHANGELOG.md b/CHANGELOG.md index 2213857..3f6c8f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,27 @@ All notable changes to this project will be documented in this file. +## [2.0.1] - 2024-07-04 + +### 🐛 Bug Fixes + +- Update AWS Lambda function's Python script to set the right event subject in case of AWS CloudWatch event and drop a few more unwanted keys from 'details' key in the JSON object. + +### ⚙️ Miscellaneous Tasks + +- Update README.md to add examples of AWS Alerts on Slack as notifications +- Add 'code.zip' in .gitignore + ## [2.0.0] - 2024-07-04 ### 🚀 Features - [**breaking**] Update code to use AWS Lambda function to send alerts on Slack to improve alert message formatting, change the solution name to aws-alerts, do some code refactoring and update README.md accordingly. +### ⚙️ Miscellaneous Tasks + +- *(release)* Prepare Release for v2.0.0. + ## [1.2.0] - 2023-12-11 ### 🚀 Features diff --git a/VERSION b/VERSION index 46b105a..0ac852d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.0.0 +v2.0.1