diff --git a/changelog.txt b/changelog.txt index db15d837dc..07553f5d6e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,20 @@ Hibernate 5 Changelog Note: Please refer to JIRA to learn more about each issue. +Changes in 5.3.32.Final (September 27, 2023) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/32183 + +** Bug + * [HHH-17196] - Documentation for @NaturalId should be more explicit about non-nullability + * [HHH-14676] - PostgreSQLSkipAutoCommitTest ends up with a NPE on PostgreSQL Plus 13.1 + * [HHH-14669] - CriteriaLiteralWithSingleQuoteTest: SAP ASE16.0 does not support grouping by column heading or alias + +** Task + * [HHH-17197] - Add check for illegal combo of to-one + natural-id + not-found + + Changes in 5.3.31.Final (August 07, 2023) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/version.properties b/gradle/version.properties index e458302790..7c4a967225 100644 --- a/gradle/version.properties +++ b/gradle/version.properties @@ -1 +1 @@ -hibernateVersion=5.3.32-SNAPSHOT \ No newline at end of file +hibernateVersion=5.3.32.Final \ No newline at end of file