Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 967626b

Browse files
authored
[skip ci] Update README
1 parent 5a5970e commit 967626b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
## Branches
66

7-
**master** Version of the plugin compatible with Grails 3 / 4 and Hibernate 5.
7+
**4.0.x** Version of the plugin compatible with Grails 5 and Liquibase 4.6
8+
9+
**3.x** Version of the plugin compatible with Grails 3 / 4 and Hibernate 5.
810

911
**2.x**. Version of the plugin compatible with Grails 3 and Hibernate 4.
1012

@@ -25,12 +27,14 @@ One popular approach is to have a root changelog named changlog.groovy (or chang
2527
* 1.x: Grails 2
2628
* 2.x: Grails 3 with Hibernate 4
2729
* 3.x: Grails 3 with Hibernate 5
30+
* 4.0.x Grails 5
2831

2932
## Documentation
3033
* Latest https://grails.github.io/grails-database-migration/latest/
3134
* Grails 2: https://grails.github.io/grails-database-migration/docs/manual/index.html
3235
* Grails 3 (Hibernate 4): https://grails.github.io/grails-database-migration/2.0.x/index.html
3336
* Grails 3/4 (Hibernate 5): https://grails.github.io/grails-database-migration/3.0.x/index.html
37+
* Grails 5 (Hibernate 5): https://grails.github.io/grails-database-migration/4.0.x/index.html
3438
* Snapshot: https://grails.github.io/grails-database-migration/snapshot/index.html
3539

3640

0 commit comments

Comments
 (0)