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"