From 8ea353bb4ee66f068d647d64349f40c6102abd25 Mon Sep 17 00:00:00 2001 From: Gvaihir Date: Mon, 4 Mar 2024 09:16:05 -0800 Subject: [PATCH] APPS-2503 Post release api 0.13.9 (#127) * APPS-2503 dxCompiler 2.11.5 release (feat) all - update * APPS-2503 dxCompiler 2.11.5 release (feat) all - update --- api/RELEASE_NOTES.md | 4 ++++ api/src/main/resources/application.conf | 2 +- build.sbt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/api/RELEASE_NOTES.md b/api/RELEASE_NOTES.md index 46e32ad..5bd5c5f 100644 --- a/api/RELEASE_NOTES.md +++ b/api/RELEASE_NOTES.md @@ -1,6 +1,10 @@ # dxApi ## in develop + +... + +## 0.13.9 (2024-02-29) * adds `headJobOnDemand` attribute to jobNew call ## 0.13.8 (2023-07-21) diff --git a/api/src/main/resources/application.conf b/api/src/main/resources/application.conf index 72e3f5f..aa53588 100644 --- a/api/src/main/resources/application.conf +++ b/api/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxApi { - version = "0.13.9-SNAPSHOT" + version = "0.13.10-SNAPSHOT" } # diff --git a/build.sbt b/build.sbt index 274a232..010df80 100644 --- a/build.sbt +++ b/build.sbt @@ -118,7 +118,7 @@ val yaml = project lazy val dependencies = new { val dxCommonVersion = "0.11.5" - val dxApiVersion = "0.13.8" + val dxApiVersion = "0.13.9" val typesafeVersion = "1.4.1" val sprayVersion = "1.3.6" val snakeyamlVersion = "2.3"