CHANGELOG.md in telegram-bot-ruby-0.9.0 vs CHANGELOG.md in telegram-bot-ruby-0.9.1
- old
+ new
@@ -1,7 +1,11 @@
# Changelog
+## 0.9.1
+
+- Allow to configure API URL (thx [@markfrst][])
+
## 0.9.0
- Implement [Bot API 4.2](https://core.telegram.org/bots/api-changelog#april-14-2019)
- Implement [Bot API 4.1](https://core.telegram.org/bots/api-changelog#august-27-2018)
- Implement [Bot API 4.0](https://core.telegram.org/bots/api-changelog#july-26-2018)
@@ -71,5 +75,6 @@
## 0.4.2
- Let `Client#logger` be overwritten later (use `attr_accessor` instead of `attr_reader`)
[@ivanovaleksey]: https://github.com/ivanovaleksey
+[@markfrst]: https://github.com/markfrst