diff --git a/grails-audit-logging-plugin/AuditLoggingGrailsPlugin.groovy b/grails-audit-logging-plugin/AuditLoggingGrailsPlugin.groovy index b96aa2d6..a31287a7 100755 --- a/grails-audit-logging-plugin/AuditLoggingGrailsPlugin.groovy +++ b/grails-audit-logging-plugin/AuditLoggingGrailsPlugin.groovy @@ -92,9 +92,10 @@ import org.grails.datastore.mapping.core.Datastore * #89 / GPAUDITLOGGING-78 custom naming of id sequence generator * Release 1.1.1 #126 Support Many-To-Many (backport from master). Thanks to Andrey Zhuchkov * Release 1.1.2 #136 Ignore list not used for insert and delete. Thanks to P. Taylor + * Release 1.1.3 #113 Whitelist properties instead of blacklist. Thanks to P. Taylor */ class AuditLoggingGrailsPlugin { - def version = "1.1.3-SNAPSHOT" + def version = "1.1.3" def grailsVersion = '2.1 > *' def title = "Audit Logging Plugin" def authorEmail = "roos@symentis.com"