diff --git a/CHANGELOG.md b/CHANGELOG.md index b262c3c..836414a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,22 +2,67 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [0.3.0] - 2024-07-30 + +### 🚀 Features + +- Filter date range +- Search also cover response code + +### 🚜 Refactor + +- Change from word match to wildcard + +## [0.2.4] - 2024-07-25 + +### 🐛 Bug Fixes + +- Prevent timeout + +## [0.2.3] - 2024-07-19 + +### 🚜 Refactor + +- Sort desc by date + +## [0.2.2] - 2024-07-19 + +### 🐛 Bug Fixes + +- Https protocol typo missing :// + +## [0.2.1] - 2024-07-19 + +### 🐛 Bug Fixes + +- Error typo + +## [0.2.0] - 2024-07-19 ### 🚀 Features - Backup mysql and s3storage with script - Selectable database to backup - Add backup size metadata to response +- Schedule backup +- Toggle able schedule +- Delay start time +- Add startAt to response ### 🐛 Bug Fixes - Changelog gen version header - Env var typo +- Add code to wrong position + +### 🚜 Refactor + +- Remove extension from backup name ### ⚙️ Miscellaneous Tasks - Update .env +- Update .env variable ## [0.1.1] - 2024-07-12