From 2aebbc9edb244780c52f3555669469e6f830162a Mon Sep 17 00:00:00 2001 From: Daniele Margutti Date: Fri, 27 Oct 2017 14:40:27 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 067541a..f04d8d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ ## CHANGELOG -* Version **[1.2.0](#120)** (Swift 4) +* Version **[1.2.1](#121)** (Swift 4) +* Version **[1.2.0](#120)** * Version **[1.1.0](#110)** (first Swift 4) * Version **[1.0.1](#101)** (latest for Swift 3) * Version **[1.0.0](#100)** @@ -15,6 +16,15 @@ * Version **[0.9.2](#092)** * Version **[0.9.1](#091)** + + +## Hydra 1.2.1 (Swift 4) +--- +- **Release Date**: 2017-10-27 +- **Download Version for Swift 4**: [Download 1.2.1](https://github.com/malcommac/Hydra/releases/tag/1.2.1) + +- [#56](https://github.com/malcommac/Hydra/pull/56) Fixed an issue with Promise and Zip with four parameters + ## Hydra 1.2.0 (Swift 4) @@ -39,6 +49,15 @@ - [#49](https://github.com/malcommac/Hydra/pull/49) Replaced with `(Void)` with `()` to fix warnings with Swift 4 and XCode 9 + + +## Hydra 1.0.2 (latest for Swift 3) +--- +- **Release Date**: 2017-10-27 +- **Download Version for Swift 3**: [Download 1.0.2](https://github.com/malcommac/Hydra/releases/tag/1.0.2) + +- [#56](https://github.com/malcommac/Hydra/pull/56) Fixed an issue with Promise and Zip with four parameters + ## Hydra 1.0.1 (latest for Swift 3)