diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3e345..69d704e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.6.0](https://github.com/Haidra-Org/Lucid-Creations/tree/v2.6.0) (2024-05-25) + +[Full Changelog](https://github.com/Haidra-Org/Lucid-Creations/compare/v2.5.2...v2.6.0) + +**Merged pull requests:** + +- feat: Qrcode generations [\#128](https://github.com/Haidra-Org/Lucid-Creations/pull/128) ([db0](https://github.com/db0)) + ## [v2.5.2](https://github.com/Haidra-Org/Lucid-Creations/tree/v2.5.2) (2024-04-08) [Full Changelog](https://github.com/Haidra-Org/Lucid-Creations/compare/v2.5.1...v2.5.2) diff --git a/Consts.gd b/Consts.gd index c962a78..85f3832 100644 --- a/Consts.gd +++ b/Consts.gd @@ -1,4 +1,4 @@ class_name ToolConsts extends Reference -const VERSION := "v2.5.2" +const VERSION := "v2.6.0" diff --git a/README.md b/README.md index 19aa505..d97b728 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Lucid-Creations [v2.5.2](CHANGELOG.md) +# Lucid-Creations [v2.6.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 ebd41bf..5c6f13a 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.5.2" -application/product_version="v2.5.2" +application/file_version="v2.6.0" +application/product_version="v2.6.0" application/company_name="A Division by Zer0" application/product_name="Lucid Creations" application/file_description=""