diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e2405..94a6114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 1.13.0 (2023-03-19) + +### Feat + +- **errors**: use user locale instead of guild locale and timestamp for cooldown +- **youtube**: add error if no search results were found +- add `/daily` +- add `/beg` +- **helper**: use sql files to initialize the database (and migrate) +- **info/stats**: let the `/stats` commmand be run in non-guild conversations and when the bot is not logged in yet + +### Fix + +- **helper**: fix issues with db init + +### Refactor + +- **daily**: use database to check the cooldown + ## 1.12.1 (2023-03-18) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 892b4b2..e9b6465 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "1.12.1" +version = "1.13.0" tag_format = "$version" changelog_start_rev = "aa6eaaee2467fe8f2e26151fc930ec49cdea027b" update_changelog_on_bump = true