diff --git a/README.md b/README.md index 2d319269..c480d967 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ ## Branches +**6.0.x** Version of the plugin compatible with Grails 7 and Liquibase 4.27 + +**5.0.x** Version of the plugin compatible with Grails 6 and Liquibase 4.19 + **4.0.x** Version of the plugin compatible with Grails 5 and Liquibase 4.6 **3.x** Version of the plugin compatible with Grails 3 / 4 and Hibernate 5. @@ -28,6 +32,8 @@ One popular approach is to have a root changelog named changlog.groovy (or chang * 2.x: Grails 3 with Hibernate 4 * 3.x: Grails 3 with Hibernate 5 * 4.0.x Grails 5 +* 5.0.x Grails 6 +* 6.0.x Grails 7 ## Documentation * Latest https://grails.github.io/grails-database-migration/latest/ @@ -35,6 +41,8 @@ One popular approach is to have a root changelog named changlog.groovy (or chang * Grails 3 (Hibernate 4): https://grails.github.io/grails-database-migration/2.0.x/index.html * Grails 3/4 (Hibernate 5): https://grails.github.io/grails-database-migration/3.0.x/index.html * Grails 5 (Hibernate 5): https://grails.github.io/grails-database-migration/4.0.x/index.html +* Grails 6 (Hibernate 5): https://grails.github.io/grails-database-migration/5.0.x/index.html +* Grails 7 (Hibernate 5): https://grails.github.io/grails-database-migration/6.0.x/index.html * Snapshot: https://grails.github.io/grails-database-migration/snapshot/index.html