CHANGELOG.md in flexirest-1.10.9 vs CHANGELOG.md in flexirest-1.10.10

- old
+ new

@@ -1,6 +1,12 @@ # Changelog +## 1.10.10 + +Bugfix: + +- Specifically requiring a 1.x Faraday. They changed the engine inclusion in 2.x and it's not necessary for Flexirest to need that. If anyone does need it, feel free to raise a PR. + ## 1.10.9 Bugfix: - Correctly handle a 204 response to not wipe an instance's attributes (thanks to @couchbelag for the issue)