diff --git a/changelog.txt b/changelog.txt index 3cb1d5266eab..385bc9cbc6d6 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.2.34.Final (February 26, 2025) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/32680 + +** Bug + * [HHH-18027] - Delete/Update statement with IN clause fails on second invocation + + Changes in 6.2.33.Final (February 24, 2025) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/version.properties b/gradle/version.properties index 12dee626d4ec..216c5bd64326 100644 --- a/gradle/version.properties +++ b/gradle/version.properties @@ -1 +1 @@ -hibernateVersion=6.2.34-SNAPSHOT \ No newline at end of file +hibernateVersion=6.2.34.Final \ No newline at end of file