From bf290d05ac464071342f0e87ea073e0584329332 Mon Sep 17 00:00:00 2001 From: Gvaihir Date: Tue, 2 Aug 2022 18:54:26 -0700 Subject: [PATCH] APPS-1308 cwlScala release-0.8.4 (feat) RELEASE_NOTES.md - update --- RELEASE_NOTES.md | 2 +- src/main/resources/application.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ada8045..b623fc6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Change log -## in develop +## 0.8.4 (2022-08-02) * For duplicated calls - prepends a process name to make the name unique, avoiding exception "two different processes with the same name" * Added support for "metadata" field for input files in CWL under development (pending inclusion in CWL standard). diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 2f90322..430d9b2 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -1,5 +1,5 @@ cwlScala { - version = "0.8.4-SNAPSHOT" + version = "0.8.4" } #