Skip to content

Commit

Permalink
release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoschwald committed Apr 12, 2017
1 parent f39ff46 commit c2d7c98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions grails-audit-logging-plugin/AuditLoggingGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,11 @@ import org.grails.datastore.mapping.core.Datastore
* #94 automatic type conversion does not work
* #90 / GPAUDITLOGGING-80 Add support for enabling/disabling auto import of AuditLogEvent domain class in HQL queries
* #89 / GPAUDITLOGGING-78 custom naming of id sequence generator
* Release 1.1.1 #126 Support Many-To-Many (backport from master). Thanks to Thanks to Andrey Zhuchkov
* 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
*/
class AuditLoggingGrailsPlugin {
def version = "1.1.1"
def version = "1.1.2"
def grailsVersion = '2.1 > *'
def title = "Audit Logging Plugin"
def authorEmail = "[email protected]"
Expand Down

0 comments on commit c2d7c98

Please sign in to comment.