diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index db0343dd..30c50335 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Change log -## in develop +## 0.15.0 (2021-08-16) * No longer unwraps optional type for an input with a default value * Automatically changes struct declaration with map literal assignment to an object literal diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index fbe9ce71..5f097ab9 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -1,5 +1,5 @@ wdlTools { - version = "0.14.4-SNAPSHOT" + version = "0.15.0" } #