From 2912d5318f99f3cb4d1554c38cdc7bc801cc8190 Mon Sep 17 00:00:00 2001 From: Dominik Zeiger Date: Wed, 28 Apr 2021 14:09:43 +0200 Subject: [PATCH] added version history --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9cf40d5a..0e77c59e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ To see scoverage in action check out the [samples](https://github.com/scoverage/ ### Release History +##### 28th April 2021 - 1.4.3 + +* Added Scala 2.12.13+, 2.13.5+ support +* All versions are now cross built with the full scala version (instead of binary only) + ##### 12th June 2019 - 1.4.0 * Added Scala 2.13 support