diff --git a/CHANGELOG.md b/CHANGELOG.md index 859a85a..d817c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +[Release 1.9.10](https://github.com/OpusCapita/grailsflow-core-plugin/releases/tag/v1.9.10) Thu Mar 31 2022 11:42:47 GMT+0300 (MSK) +======================================================= + +- (PROC-21233) Added possibility to define initial assignees during starting an approval process ([#52](https://github.com/OpusCapita/grailsflow-core-plugin/issues/52)) (GitHub ivouchak-sc@users.noreply.github.com, 2022-03-31 11:22:44 +0300) + [Release 1.9.9](https://github.com/OpusCapita/grailsflow-core-plugin/releases/tag/v1.9.9) Tue Feb 08 2022 16:29:15 GMT+0300 (MSK) ======================================================= diff --git a/GrailsflowGrailsPlugin.groovy b/GrailsflowGrailsPlugin.groovy index ca8ff28..369d9fa 100644 --- a/GrailsflowGrailsPlugin.groovy +++ b/GrailsflowGrailsPlugin.groovy @@ -11,7 +11,7 @@ import com.jcatalog.grailsflow.status.ProcessStatusEnum import com.jcatalog.grailsflow.scheduling.triggers.ConfigurableSimpleTrigger class GrailsflowGrailsPlugin { - def version = "1.9.10-SNAPSHOT" + def version = "1.9.10" // the version or versions of Grails the plugin is designed for def grailsVersion = "2.3 > *" def dependsOn = [quartz: "1.0.1 > *"] diff --git a/application.properties b/application.properties index 8c760bb..9d223b5 100644 --- a/application.properties +++ b/application.properties @@ -1,3 +1,3 @@ app.grails.version = 2.4.4 app.name = grailsflow -app.version = 1.9.10-SNAPSHOT +app.version = 1.9.10