diff --git a/changelog.txt b/changelog.txt index 37ca2dfd42..15ced5dba6 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.2.23.Final (March 27, 2024) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/32250 + +** Bug + * [HHH-17705] - NullPointerException during enhancement when using the default BytecodeProvider in Wildfly + * [HHH-17689] - Cache SQL statement for unique key lookup + +** Improvement + * [HHH-17319] - Use Oracle GraalVM for Atlas builds + + Changes in 6.2.22.Final (January 24, 2024) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/version.properties b/gradle/version.properties index 6922dea326..75b4a11989 100644 --- a/gradle/version.properties +++ b/gradle/version.properties @@ -1 +1 @@ -hibernateVersion=6.2.23-SNAPSHOT \ No newline at end of file +hibernateVersion=6.2.23.Final \ No newline at end of file