Skip to content

Commit aabbedd

Browse files
- release 1.0.7
1 parent d970fc3 commit aabbedd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

grails-audit-logging-plugin/AuditLoggingGrailsPlugin.groovy

+3-1
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,11 @@ import org.grails.datastore.mapping.core.Datastore
8484
* fix #99 Plugin not working with MongoDB as Only Database
8585
* fix #100 Id generation default for AuditLogEvent should align with GORM default
8686
* Changed issue management url to GH.
87+
* Release 1.0.7 fix #106 Enforce text type usage in largeColumValues mode
88+
*
8789
*/
8890
class AuditLoggingGrailsPlugin {
89-
def version = "1.0.6"
91+
def version = "1.0.7"
9092
def grailsVersion = '2.1 > *'
9193
def title = "Audit Logging Plugin"
9294
def authorEmail = "[email protected]"

0 commit comments

Comments
 (0)