From 68ec52331e003e7232ec47a4f2dcbe010fe0cb8b Mon Sep 17 00:00:00 2001 From: Marcin Stelmaszczyk Date: Thu, 21 Mar 2024 11:53:54 +0100 Subject: [PATCH] Prepare Changelog.md and MigrationGuide.md for 1.14.0 release --- docs/Changelog.md | 2 +- docs/MigrationGuide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index ad4f60e2eea..0baa85739fa 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,6 +1,6 @@ # Changelog -1.14.0 (Not released yet) +1.14.0 (21 Mar 2024) ------------------------- * [#4287](https://github.com/TouK/nussknacker/pull/4287) [#5257](https://github.com/TouK/nussknacker/pull/5257) [#5432](https://github.com/TouK/nussknacker/pull/5432) [#5552](https://github.com/TouK/nussknacker/pull/5552) [#5645](https://github.com/TouK/nussknacker/pull/5645) Libraries bump: * Flink: 1.16.2 -> 1.17.2 diff --git a/docs/MigrationGuide.md b/docs/MigrationGuide.md index 8465c8a5408..51c06a47b66 100644 --- a/docs/MigrationGuide.md +++ b/docs/MigrationGuide.md @@ -2,7 +2,7 @@ To see the biggest differences please consult the [changelog](Changelog.md). -## In version 1.14.x (Not released yet) +## In version 1.14.0 ### Code API changes * [#5271](https://github.com/TouK/nussknacker/pull/5271) Changed `AdditionalUIConfigProvider.getAllForProcessingType` API to be more in line with FragmentParameter