CHANGELOG.md in kanal-interfaces-telegram-0.3.6 vs CHANGELOG.md in kanal-interfaces-telegram-0.4.0
- old
+ new
@@ -1,6 +1,9 @@
## [Unreleased]
+## [0.4.0] - 2023-04-13
+- If output.tg_chat_id provided - interface does not replace it with input.tg_chat_id (useful when creating additional responses with different chat_ids)
+
## [0.3.1] - 2023-03-31
- Fixed parsing link for file attachments. Now file attachments parsing works
## [0.3.0] - 2023-03-10
- Reworked interface with the new Kanal release, now it uses Interface base class properly