diff --git a/build.gradle b/build.gradle index 3d12bf7b6e..c8586cb275 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ subprojects { subProject -> defaultTasks 'build' group = 'org.hibernate' - version = '4.1.12-SNAPSHOT' + version = '4.1.12.Final' // minimize changes, at least for now (gradle uses 'build' by default).. buildDir = "target" diff --git a/changelog.txt b/changelog.txt index 97b7e38e13..73ca3d94bc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,12 @@ match the actual issue resolution (i.e. a bug might not be a bug). Please refer to the particular case on JIRA using the issue tracking number to learn more about each case. +Changes in version 4.1.12 (2013.04.24) +------------------------------------------------------------------------------------------------------------------------ + +Task + [HHH-8149] - Revert HHH-7797 in 4.1.x + Changes in version 4.1.11 (2013.03.18) ------------------------------------------------------------------------------------------------------------------------