CHANGELOG.md in flexirest-1.3.17 vs CHANGELOG.md in flexirest-1.3.18

- old
+ new

@@ -1,6 +1,12 @@ # Changelog +## 1.3.18 + +Feature: + +- Simplistic load balancing of API servers by supplying an array of URLs to `base_url`. It then pulls a random one out for each request. + ## 1.3.17 Bugfix: - Authentication credentials weren't being passed through proxied classes (thanks to Lukasz Modlinski for the contribution).