diff --git a/changelog.txt b/changelog.txt index cf37df3d5695..67e2b2ac470c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,18 @@ Hibernate 6 Changelog Note: Please refer to JIRA to learn more about each issue. +Changes in 6.5.2.Final (May 20, 2024) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/32306 + +** Bug + * [HHH-18112] - Some dialects use the wrong default version + +** Improvement + * [HHH-18026] - Prevent dialects not supporting arbitrary values retrieval in `getGeneratedKeys()` from logging a SQL exception + + Changes in 6.5.1.Final (May 13, 2024) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/version.properties b/gradle/version.properties index dfc7c0f2b426..236cc002253b 100644 --- a/gradle/version.properties +++ b/gradle/version.properties @@ -1 +1 @@ -hibernateVersion=6.5.2-SNAPSHOT \ No newline at end of file +hibernateVersion=6.5.2.Final \ No newline at end of file