From 0a4d7dd069bb6361c9322e8a92b7575492af0aa4 Mon Sep 17 00:00:00 2001 From: Gvaihir Date: Mon, 4 Mar 2024 09:19:39 -0800 Subject: [PATCH 1/2] APPS-2503 dxCompiler 2.11.5 release dependency (feat) all - update for release --- RELEASE_NOTES.md | 4 ++-- src/main/resources/application.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 47a6b18..539c31f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,8 @@ # Change log -## in develop +## 0.8.4 (2024-03-04) -... +* ANTLR4 version bump to 4.13.1 ## 0.8.4 (2022-08-02) diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 29f15d6..248cef3 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -1,5 +1,5 @@ cwlScala { - version = "0.8.5-SNAPSHOT" + version = "0.8.5" } # From 9efc4b28456960e87d309df2f45680bf7c022a9e Mon Sep 17 00:00:00 2001 From: Gvaihir Date: Mon, 4 Mar 2024 09:32:06 -0800 Subject: [PATCH 2/2] APPS-2503 dxCompiler 2.11.5 post-release (feat) all - update for release --- RELEASE_NOTES.md | 6 +++++- src/main/resources/application.conf | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 539c31f..3a68cc9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,10 @@ # Change log -## 0.8.4 (2024-03-04) +## in develop + +... + +## 0.8.5 (2024-03-04) * ANTLR4 version bump to 4.13.1 diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 248cef3..89d02dc 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -1,5 +1,5 @@ cwlScala { - version = "0.8.5" + version = "0.8.6-SNAPSHOT" } #