From 01f5120b621f959be50c1f7f9964a542b4d863f4 Mon Sep 17 00:00:00 2001 From: Francisco Javier Tirado Sarti <65240126+fjtirado@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:26:33 +0200 Subject: [PATCH] Release 7.1.0.Final Include these schema changes (not backward compatible) - https://github.com/serverlessworkflow/specification/issues/1087 - https://github.com/serverlessworkflow/specification/issues/1076 - https://github.com/serverlessworkflow/specification/issues/1079 Signed-off-by: fjtirado --- .github/project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/project.yml b/.github/project.yml index e787d911..1d03de1c 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,4 +1,4 @@ # Retriggering release again release: - current-version: 7.0.0.Final + current-version: 7.1.0.Final next-version: 8.0.0-SNAPSHOT