diff --git a/CHANGELOG.md b/CHANGELOG.md index d16567f..5fc8ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ Changelog This is a high-level changelog for each released versions of the plugin. For a more detailed list of past and incoming changes, see the commit history. -Master +1.0.2 +------ - Fixed bug where bot crashes if no avatar is set - If bot gets ratelimited, it now waits until the message is sent diff --git a/addons/discord_gd/plugin.cfg b/addons/discord_gd/plugin.cfg index 18b6542..e0bd780 100644 --- a/addons/discord_gd/plugin.cfg +++ b/addons/discord_gd/plugin.cfg @@ -3,5 +3,5 @@ name="discord.gd" description="A Discord bot API wrapper for Godot. " author="Delano Lourenco" -version="1.0.1" +version="1.0.2" script="plugin.gd"