diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d6e0dc..3603e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) -## Unreleased +## 6.0.0 (2024-11-26) ### Breaking changes diff --git a/addons/clyde/plugin.cfg b/addons/clyde/plugin.cfg index 37207b3..d7e1304 100644 --- a/addons/clyde/plugin.cfg +++ b/addons/clyde/plugin.cfg @@ -3,5 +3,5 @@ name="Clyde Dialogue" description="Tools for writting and interpreting dialogues using Clyde. Editor, Interpreter and importer." author="Vinicius Gerevini" -version="5.1.0" +version="6.0.0" script="plugin.gd"