Skip to content

Commit 9a22612

Browse files
release 1.1.3
1 parent 1b66138 commit 9a22612

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grails-audit-logging-plugin/AuditLoggingGrailsPlugin.groovy

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,10 @@ import org.grails.datastore.mapping.core.Datastore
9292
* #89 / GPAUDITLOGGING-78 custom naming of id sequence generator
9393
* Release 1.1.1 #126 Support Many-To-Many (backport from master). Thanks to Andrey Zhuchkov
9494
* Release 1.1.2 #136 Ignore list not used for insert and delete. Thanks to P. Taylor
95+
* Release 1.1.3 #113 Whitelist properties instead of blacklist. Thanks to P. Taylor
9596
*/
9697
class AuditLoggingGrailsPlugin {
97-
def version = "1.1.3-SNAPSHOT"
98+
def version = "1.1.3"
9899
def grailsVersion = '2.1 > *'
99100
def title = "Audit Logging Plugin"
100101
def authorEmail = "[email protected]"

0 commit comments

Comments
 (0)