diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6c01ca..41625371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ ### Version 8.14 * Add support for RxJava Observable and Single return types via the `HystrixFeign` builder. * Adds fallback implementation configuration to the `HystrixFeign` builder +* Bumps dependency versions, most notably Gson 2.5 and OkHttp 2.7 ### Version 8.13 * Never expands >8kb responses into memory -* Bumps dependency versions, most notably Gson 2.5 and OkHttp 2.7 ### Version 8.12 * Adds `Feign.Builder.decode404()` to reduce boilerplate for empty semantics.