diff --git a/changelog.txt b/changelog.txt index 75c0c6b0971a..9f40475f7555 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.6.32.Final (October 09, 2025) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/35485 + +** Bug + * [HHH-19853] - Gradle plugin org.hibernate.orm not published for 6.6.31 / 6.2.47 + + Changes in 6.6.31.Final (October 03, 2025) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/version.properties b/gradle/version.properties index 16594e951c49..66dfda6dec6b 100644 --- a/gradle/version.properties +++ b/gradle/version.properties @@ -1 +1 @@ -hibernateVersion=6.6.32-SNAPSHOT \ No newline at end of file +hibernateVersion=6.6.33-SNAPSHOT