Skip to content

Commit

Permalink
chore(release): Prepare Release for v2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdullah Khawer committed Jul 4, 2024
1 parent b9a7d54 commit 1b674a2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.0
v2.0.1

0 comments on commit 1b674a2

Please sign in to comment.