From f9e3323d9d1ea9380d198d6da4d8486c40503e46 Mon Sep 17 00:00:00 2001 From: "Playlogic Hub (Regi Ellis)" Date: Sun, 8 Sep 2024 10:40:21 -0400 Subject: [PATCH] - Version Bump --- CHANGELOG.md | 3 +++ civitai_models_manager/__version__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd1a421..e987810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.8.5] - 2024-09-07 +- **Hotfix**: Image import fix + ## [0.8.4] - 2024-09-07 - **Chore**: Update to search and nesting for commands...small fixes. Added air number to stats diff --git a/civitai_models_manager/__version__.py b/civitai_models_manager/__version__.py index fa3ddd8..af46754 100644 --- a/civitai_models_manager/__version__.py +++ b/civitai_models_manager/__version__.py @@ -1 +1 @@ -__version__ = "0.8.4" +__version__ = "0.8.5"