Skip to content

Commit

Permalink
Releasing version - 1.10.0. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ocmachineuser committed Oct 28, 2024
1 parent c68364a commit 1413d0d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

[Release 1.10.0](https://github.com/OpusCapita/grailsflow-core-plugin/releases/tag/v1.10.0) Mon Oct 28 2024 11:33:25 GMT+0300 (MSK)
=======================================================

- Merge pull request [#60](https://github.com/OpusCapita/grailsflow-core-plugin/issues/60) from OpusCapita/PROC-21713 (GitHub 112688481+jacekniezgoda-oc@users.noreply.github.com, 2024-10-28 09:19:31 +0100)
- PROC-21713 - Add null parameter as session is never used (Jacek Niezgoda ext-jacek.niezgoda@opuscapita.com, 2024-10-24 10:34:12 +0200)
- PROC-21713 - unify GrailsflowSecurityHelper method parameters type (Jacek Niezgoda ext-jacek.niezgoda@opuscapita.com, 2024-10-24 09:40:35 +0200)
- PROC-21713 - Slow getUserAuthorities execution when many delegations defined - move getUserAuthorities to SecurityHelper (Jacek Niezgoda ext-jacek.niezgoda@opuscapita.com, 2024-10-21 10:54:20 +0200)

[Release 1.9.15](https://github.com/OpusCapita/grailsflow-core-plugin/releases/tag/v1.9.15) Thu Jun 06 2024 16:28:47 GMT+0300 (MSK)
=======================================================

Expand Down
2 changes: 1 addition & 1 deletion GrailsflowGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import com.jcatalog.grailsflow.status.ProcessStatusEnum
import com.jcatalog.grailsflow.scheduling.triggers.ConfigurableSimpleTrigger

class GrailsflowGrailsPlugin {
def version = "1.9.16-SNAPSHOT"
def version = "1.10.0"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "2.3 > *"
def dependsOn = [quartz: "1.0.1 > *"]
Expand Down
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
app.grails.version = 2.4.4
app.name = grailsflow
app.version = 1.9.16-SNAPSHOT
app.version = 1.10.0

0 comments on commit 1413d0d

Please sign in to comment.