From db321927cac77aa7ba1aa9bb7684bdda41912bf3 Mon Sep 17 00:00:00 2001 From: GeReinhart Date: Tue, 15 Sep 2020 16:30:18 +0200 Subject: [PATCH] 1.4.2 --- documentation/Changelog.md | 5 ++++- version.sbt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/documentation/Changelog.md b/documentation/Changelog.md index 1f195ff8a..d64e98956 100644 --- a/documentation/Changelog.md +++ b/documentation/Changelog.md @@ -8,11 +8,14 @@ } ``` -### [2020-09][1.4.0] +### [2020-09][1.4.2] The main features is: - [0655 - Search](https://github.com/KelkooGroup/theGardener/issues/655) +The improvements are: +- [0764 - Redirect broken link to search result](https://github.com/KelkooGroup/theGardener/issues/764) + ### [2020-07][1.3.2] The main features is: diff --git a/version.sbt b/version.sbt index 3664d6474..d6584afd5 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "1.3.2" +version in ThisBuild := "1.4.2"