Skip to content

Commit

Permalink
- release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoschwald committed Oct 7, 2015
1 parent d970fc3 commit aabbedd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion grails-audit-logging-plugin/AuditLoggingGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ import org.grails.datastore.mapping.core.Datastore
* fix #99 Plugin not working with MongoDB as Only Database
* fix #100 Id generation default for AuditLogEvent should align with GORM default
* Changed issue management url to GH.
* Release 1.0.7 fix #106 Enforce text type usage in largeColumValues mode
*
*/
class AuditLoggingGrailsPlugin {
def version = "1.0.6"
def version = "1.0.7"
def grailsVersion = '2.1 > *'
def title = "Audit Logging Plugin"
def authorEmail = "[email protected]"
Expand Down

0 comments on commit aabbedd

Please sign in to comment.