diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe01ac..fdc3970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.1.0](https://github.com/Haidra-Org/Lucid-Creations/tree/v2.1.0) (2023-08-31) + +[Full Changelog](https://github.com/Haidra-Org/Lucid-Creations/compare/v2.0.1...v2.1.0) + +**Merged pull requests:** + +- Feat: Support for all Textual Inversions on CivitAI [\#112](https://github.com/Haidra-Org/Lucid-Creations/pull/112) ([db0](https://github.com/db0)) + ## [v2.0.1](https://github.com/Haidra-Org/Lucid-Creations/tree/v2.0.1) (2023-08-31) [Full Changelog](https://github.com/Haidra-Org/Lucid-Creations/compare/v2.0.0...v2.0.1) diff --git a/Consts.gd b/Consts.gd index 4c23cd1..12d258a 100644 --- a/Consts.gd +++ b/Consts.gd @@ -1,4 +1,4 @@ class_name ToolConsts extends Reference -const VERSION := "v2.0.1" +const VERSION := "v2.1.0" diff --git a/README.md b/README.md index afb2cfe..930e480 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Lucid-Creations [v2.0.1](CHANGELOG.md) +# Lucid-Creations [v2.1.0](CHANGELOG.md) Generate images using the Stable Diffusion Generative AI. This Godot Engine program is using the [Godot AI Horde Client Addon](https://github.com/Haidra-Org/AI-Horde-Client-Addon) to take advantage of the [AI Horde](https://aihorde.net/) crowdsourcing. diff --git a/export_presets.cfg b/export_presets.cfg index 3aa1259..f7b3e1e 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -93,8 +93,8 @@ codesign/description="" codesign/custom_options=PoolStringArray( ) application/modify_resources=true application/icon="" -application/file_version="v2.0.1" -application/product_version="v2.0.1" +application/file_version="v2.1.0" +application/product_version="v2.1.0" application/company_name="A Division by Zer0" application/product_name="Lucid Creations" application/file_description=""