diff --git a/CHANGELOG.md b/CHANGELOG.md index f74d681..e8cb869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ Procedure when bumping the version number: ## Unreleased +## v0.5.0 - 2023-12-27 + ### Changed - **(breaking)** `bot::instance::ServerConfig::default` now points to `euphoria.leet.nu` diff --git a/Cargo.toml b/Cargo.toml index 45f5f62..fc69f70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "euphoxide" -version = "0.4.0" +version = "0.5.0" edition = "2021" [features]