diff --git a/.release-please/.release-please-manifest.json b/.release-please/.release-please-manifest.json index 6daf615..e4a1c47 100644 --- a/.release-please/.release-please-manifest.json +++ b/.release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.10" + ".": "1.1.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a62441e..84078ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.11](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.1.10...v1.1.11) (2024-11-07) + + +### Dependencies + +* update rust crate tokio to v1.41.1 ([#143](https://github.com/eoeo-org/pow-summon-discordbot/issues/143)) ([96eb8e3](https://github.com/eoeo-org/pow-summon-discordbot/commit/96eb8e334d3a87ea17ccf679ac11b8d998b48fea)) + ## [1.1.10](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.1.9...v1.1.10) (2024-11-06) diff --git a/Cargo.lock b/Cargo.lock index 0f453a4..e09f2d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -851,7 +851,7 @@ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "pow-summon-discordbot" -version = "1.1.10" +version = "1.1.11" dependencies = [ "git2", "serenity", diff --git a/Cargo.toml b/Cargo.toml index 356af5c..85428ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pow-summon-discordbot" -version = "1.1.10" +version = "1.1.11" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html