diff --git a/update_log.md b/update_log.md index 6e1a719f4..f21ba500a 100644 --- a/update_log.md +++ b/update_log.md @@ -1,3 +1,7 @@ +### 1.25.0 +* Prompt Bracketing Now works ie `[cat|dog]` +* Updated comfy version + ### 1.24.2 * More Tidying and tweaks * Autoselect LCM lora if Lcm is selected from the quality or sampler dropdowns diff --git a/version.py b/version.py index 38d24915b..4f8e2e082 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -version = "1.24.2" +version = "1.25.0"