From eb0511ee701bb6e0362988d564b099c3de9e9ad2 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:19:38 +0700 Subject: [PATCH] chore(changelog): update --- CHANGELOG.md | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) 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