diff --git a/.release-please/.release-please-manifest.json b/.release-please/.release-please-manifest.json index 22d6bba..756ef5a 100644 --- a/.release-please/.release-please-manifest.json +++ b/.release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.17" + ".": "1.1.18" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e143c3a..09b32b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.18](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.1.17...v1.1.18) (2024-12-03) + + +### Dependencies + +* update rust crate tokio to v1.42.0 ([#181](https://github.com/eoeo-org/pow-summon-discordbot/issues/181)) ([7310621](https://github.com/eoeo-org/pow-summon-discordbot/commit/7310621db2c56958a4c9ee8871932ca735b959a8)) + ## [1.1.17](https://github.com/eoeo-org/pow-summon-discordbot/compare/v1.1.16...v1.1.17) (2024-12-03) diff --git a/Cargo.lock b/Cargo.lock index 55913cf..adedf60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -845,7 +845,7 @@ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "pow-summon-discordbot" -version = "1.1.17" +version = "1.1.18" dependencies = [ "git2", "serenity", diff --git a/Cargo.toml b/Cargo.toml index f443871..03682cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pow-summon-discordbot" -version = "1.1.17" +version = "1.1.18" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html