Skip to content

Commit

Permalink
πŸ“– DOC: Add changelog note for CFCGetter error, plus 6.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelborn committed Aug 25, 2023
1 parent 583a833 commit cce28df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>ortus.extension</groupId>
<artifactId>orm-extension</artifactId>
<version>6.4.0</version>
<version>6.3.1</version>
<packaging>bundle</packaging>

<name>Ortus ORM Extension</name>
Expand Down

0 comments on commit cce28df

Please sign in to comment.