diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b36108..9456552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## vx.x.x - xxxx-xx-xx +## v4.2.0 - 2024-12-22 ### New Features: diff --git a/load.py b/load.py index e20b900..442f908 100644 --- a/load.py +++ b/load.py @@ -9,7 +9,7 @@ from bgstally.debug import Debug PLUGIN_NAME = "BGS-Tally" -PLUGIN_VERSION = semantic_version.Version.coerce("4.2.0-dev") +PLUGIN_VERSION = semantic_version.Version.coerce("4.2.0") # Initialise the main plugin class bgstally.globals.this = this = BGSTally(PLUGIN_NAME, PLUGIN_VERSION)