From 2c55996b1c044514d2890d70b94dacd6dbb02baf Mon Sep 17 00:00:00 2001 From: niwaniwa Date: Sat, 22 Jul 2023 02:55:46 +0900 Subject: [PATCH] update --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3084fac..6aa9a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [1.1.0] - 2023-07-22 + +### Added +- Added Emoji request abort function [`#36`](https://github.com/niwaniwa/MisskeyEmojiBot/pull/36) +- Added user permission checker [`#42`](https://github.com/niwaniwa/MisskeyEmojiBot/pull/42) +- Multilingual implementation [`#45`](https://github.com/niwaniwa/MisskeyEmojiBot/pull/45) +- Added feature to delete thread messages [`#51`](https://github.com/niwaniwa/MisskeyEmojiBot/pull/51) + +### Changed +- fmt to logrus [`#33`](https://github.com/niwaniwa/MisskeyEmojiBot/pull/33) +- Change request flow [`#49`](https://github.com/niwaniwa/MisskeyEmojiBot/pull/49) + +### Fixed +- Fixed DM bug. [`#37`](https://github.com/niwaniwa/MisskeyEmojiBot/pull/37) +- Fixed request input alias [`#50`](https://github.com/niwaniwa/MisskeyEmojiBot/pull/50) + ## [1.0.1] - 2023-07-19 ### Fixed