From dffcf6112d320d0954b2de4cc0cffa4eac69adfa Mon Sep 17 00:00:00 2001 From: ikoleva Date: Thu, 27 Jan 2022 13:36:19 +0200 Subject: [PATCH] pipelines-control-service: release a new version A new release, that includes Swagger UI path changes. version.txt and CHANGELOG.md updated accordingly Testing Done: need to sync if anything else worth including in CHANGELOG, that will also get released Signed-off-by: ikoleva --- projects/control-service/CHANGELOG.md | 7 +++++++ .../projects/pipelines_control_service/version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/projects/control-service/CHANGELOG.md b/projects/control-service/CHANGELOG.md index 4309bd7337..c87e1760fa 100644 --- a/projects/control-service/CHANGELOG.md +++ b/projects/control-service/CHANGELOG.md @@ -12,6 +12,13 @@ MAJOR.MINOR - dd.MM.yyyy * **Breaking Changes** +1.3 - 27.01.2022 +---- +* **Improvement** + * Publish Swagger UI to /data-jobs path
+ That is consistent with REST API paths. + + 1.3 - 20.12.2021 ---- * **Improvement** diff --git a/projects/control-service/projects/pipelines_control_service/version.txt b/projects/control-service/projects/pipelines_control_service/version.txt index 4c1112cb4c..04c5555c6d 100644 --- a/projects/control-service/projects/pipelines_control_service/version.txt +++ b/projects/control-service/projects/pipelines_control_service/version.txt @@ -1 +1 @@ -0.1.16-SNAPSHOT +0.1.17