diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a55ef502c9..2df9cb9431 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -99,6 +99,7 @@ Changelog ~~~~~~~~~~~~~~~~~~ * Fix: Prevent multiple URLs from being combined into one when pasting links into a rich text input (Thibaud Colas) + * Fix: Fix error on workflow settings view with multiple snippet types assigned to the same workflow on Postgres (Sage Abdullah) 6.2.2 (24.09.2024) diff --git a/docs/releases/6.2.3.md b/docs/releases/6.2.3.md index 01d971b4da..bc28ee6efb 100644 --- a/docs/releases/6.2.3.md +++ b/docs/releases/6.2.3.md @@ -15,3 +15,4 @@ depth: 1 ### Bug fixes * Prevent multiple URLs from being combined into one when pasting links into a rich text input (Thibaud Colas) + * Fix error on workflow settings view with multiple snippet types assigned to the same workflow on Postgres (Sage Abdullah)