diff --git a/changelog.txt b/changelog.txt index 46de149e1d83..5424b112b59f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,19 @@ Hibernate 6 Changelog Note: Please refer to JIRA to learn more about each issue. +Changes in 6.4.7.Final (April 25, 2024) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/32285 + +** Bug + * [HHH-17964] - Hibernate using wrong column order for ElementCollection query when composite ID is present + * [HHH-17883] - Wrong order of primary key join columns with @EmbeddedId and joined inheritance + +** Task + * [HHH-17981] - Automate maintenance releases for 6.4 + + Changes in 6.4.6.Final (April 24, 2024) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/version.properties b/gradle/version.properties index 15be9ba341fb..dee8152cd1e6 100644 --- a/gradle/version.properties +++ b/gradle/version.properties @@ -1 +1 @@ -hibernateVersion=6.4.7-SNAPSHOT \ No newline at end of file +hibernateVersion=6.4.7.Final \ No newline at end of file