diff --git a/changelog.txt b/changelog.txt index 5424b112b59f..5e9d7f062e61 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,15 @@ Hibernate 6 Changelog Note: Please refer to JIRA to learn more about each issue. +Changes in 6.4.8.Final (April 26, 2024) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/32286 + +** Bug + * [HHH-17967] - NullPointerException SqmPathSource.getSqmPathType() because return value EntityDomainType.getIdentifierDescriptor()" is null + + Changes in 6.4.7.Final (April 25, 2024) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/version.properties b/gradle/version.properties index 65370dff4f23..617820f39125 100644 --- a/gradle/version.properties +++ b/gradle/version.properties @@ -1 +1 @@ -hibernateVersion=6.4.8-SNAPSHOT \ No newline at end of file +hibernateVersion=6.4.8.Final \ No newline at end of file