Skip to content

Commit

Permalink
release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoschwald committed Apr 19, 2017
1 parent 1b66138 commit 9a22612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grails-audit-logging-plugin/AuditLoggingGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
Expand Down

0 comments on commit 9a22612

Please sign in to comment.