From dcae5a6dd0fa1a01e499cdd145eda4338ce9e80c Mon Sep 17 00:00:00 2001 From: Chantal Loncle <82039410+bog-walk@users.noreply.github.com> Date: Wed, 30 Oct 2024 07:44:18 -0400 Subject: [PATCH] chore: Bump Exposed version from 0.55.0 to 0.56.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48819a5f07..fea9b647cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Breaking changes: * chore!: Change Oracle and H2 Oracle integerType and integerAutoincType from NUMBER(12) to NUMBER(10) and INTEGER respectively and add CHECK constraint in SQLite by @joc-a in https://github.com/JetBrains/Exposed/pull/2270 * feat!: EXPOSED-359 Add support for multidimensional arrays by @obabichevjb in https://github.com/JetBrains/Exposed/pull/2250 * feat!: EXPOSED-577 Allow Entity and EntityID parameters to not be Comparable by @bog-walk in https://github.com/JetBrains/Exposed/pull/2277 +* More details at [Breaking changes](https://jetbrains.github.io/Exposed/breaking-changes.html#0-56-0) Features: * feat: Support partially filled composite IDs by @sickfar in https://github.com/JetBrains/Exposed/pull/2282