CHANGELOG.md in ruby-lokalise-api-2.0.1 vs CHANGELOG.md in ruby-lokalise-api-2.1.0

- old
+ new

@@ -1,6 +1,10 @@ # Changelog +## 2.1.0 (19-Mar-19) + +* Add support for `Order`, `TranslationProvider`, and `PaymentCard` endpoints + ## 2.0.1 (21-Feb-19) * Bump dependencies * Use more direct approach to sending `DELETE` requests with bodies. It seems like Faraday team [decided to abandon the idea of writing delete request one-liners](https://github.com/lostisland/faraday/issues/693#issuecomment-466086832), so we'll stick with another approach