diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c3c85569..a7d867338e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.6.1 - 2018-02-17 + +### Fixes +- Re-export forgotten types ([#85](https://github.com/telegram-rs/telegram-bot/issues/85)) + +### Features +- pinChatMessage and unpinChatMessage methods +- Bots can now send and receive Live Locations ([#83](https://github.com/telegram-rs/telegram-bot/issues/83)) + ## 0.6.0 - 2018-01-09 Rewritten from scratch.