Skip to content

Commit 1b674a2

Browse files
author
Abdullah Khawer
committed
chore(release): Prepare Release for v2.0.1.
1 parent b9a7d54 commit 1b674a2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,27 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.0.1] - 2024-07-04
6+
7+
### 🐛 Bug Fixes
8+
9+
- 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.
10+
11+
### ⚙️ Miscellaneous Tasks
12+
13+
- Update README.md to add examples of AWS Alerts on Slack as notifications
14+
- Add 'code.zip' in .gitignore
15+
516
## [2.0.0] - 2024-07-04
617

718
### 🚀 Features
819

920
- [**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.
1021

22+
### ⚙️ Miscellaneous Tasks
23+
24+
- *(release)* Prepare Release for v2.0.0.
25+
1126
## [1.2.0] - 2023-12-11
1227

1328
### 🚀 Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.0.0
1+
v2.0.1

0 commit comments

Comments
 (0)