Skip to content

Commit c2d7c98

Browse files
release 1.1.2
1 parent f39ff46 commit c2d7c98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

grails-audit-logging-plugin/AuditLoggingGrailsPlugin.groovy

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@ import org.grails.datastore.mapping.core.Datastore
9090
* #94 automatic type conversion does not work
9191
* #90 / GPAUDITLOGGING-80 Add support for enabling/disabling auto import of AuditLogEvent domain class in HQL queries
9292
* #89 / GPAUDITLOGGING-78 custom naming of id sequence generator
93-
* Release 1.1.1 #126 Support Many-To-Many (backport from master). Thanks to Thanks to Andrey Zhuchkov
93+
* Release 1.1.1 #126 Support Many-To-Many (backport from master). Thanks to Andrey Zhuchkov
94+
* Release 1.1.2 #136 Ignore list not used for insert and delete. Thanks to P. Taylor
9495
*/
9596
class AuditLoggingGrailsPlugin {
96-
def version = "1.1.1"
97+
def version = "1.1.2"
9798
def grailsVersion = '2.1 > *'
9899
def title = "Audit Logging Plugin"
99100
def authorEmail = "[email protected]"

0 commit comments

Comments
 (0)