diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e521bee8..cfe84e0d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,11 @@ # Release Notes -## 1.49 (dev) +## 1.49.1 21-Sep-2020 (pre-release) + +* Upgrade dxfuse to v0.22.4 +* Fix name regexp in DxFindDataObjects, which makes searching for objects in a folder with existing objects much faster + +## 1.49 18-Sep-2010 (pre-release) * Remove size limit on scatters. Instead, scatters are broken up into chunks, with up to 500 jobs in each chunk. This allows scatters of any size while minimizing load on the API server. * Describe executions during call to system/findExecutions, rather than as a separate call, to fix error when describing more than 1000 scatter jobs diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index f2105d96..be900224 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -1,5 +1,5 @@ dxWDL { - version = "v1.49.0" + version = "v1.49.1" } #