diff --git a/CHANGELOG.md b/CHANGELOG.md index d77f79c8..bf851067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### ⭐ Added + +Added context to the error message in `CFCGetter`, which handles retrieving entity values from Hibernate code. This improves odd error messages in some edge cases with the Hibernate tuplizer. + ## [6.3.0] - 2023-08-18 ### 🔐 Security diff --git a/box.json b/box.json index a3b9dd07..a83e6158 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"Ortus ORM Extension", - "version":"6.4.0", + "version":"6.3.1", "location":"https://downloads.ortussolutions.com/ortussolutions/lucee-extensions/ortus-orm/", "type":"lucee-extensions", "slug":"D062D72F-F8A2-46F0-8CBC91325B2F067B", diff --git a/pom.xml b/pom.xml index 178c8383..f1f21ee2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ ortus.extension orm-extension - 6.4.0 + 6.3.1 bundle Ortus ORM Extension