From 0d90831ecee3c28d31e08b6fead3e574d1f2d09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mro=CC=81z?= Date: Thu, 2 May 2019 13:01:21 +0200 Subject: [PATCH] [ReactiveSwift] Add Changelog entry for version 6.0 [ci skip] --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 0db614f3c..b9238e921 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ ### Changed - **Breaking Change** Minimum version of `RxSwift` is now 5.0. [#1846](https://github.com/Moya/Moya/pull/1846) by [@LucianoPAlmeida](https://github.com/LucianoPAlmeida). +- **Breaking Change** Minimum version of `ReactiveSwift` is now 6.0. [#1849](https://github.com/Moya/Moya/pull/1849) by [@sunshinejr](https://github.com/sunshinejr). # [13.0.1] - 2019-05-01