diff --git a/CHANGELOG.md b/CHANGELOG.md index e705af7e0aa..82847044170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. This project mostly adheres to [Semantic Versioning][semver]. +## [0.11.5] - 2022-07-29 + +Thanks to the following for their contributions: + +- [@bumblepie] + +### Notable changes + +- Make select menu values optional to fix deserialization of message component interactions ([@bumblepie]) + ## [0.11.4] - 2022-07-19 Thanks to the following for their contributions: @@ -4813,6 +4823,7 @@ Initial commit. +[0.11.5]: https://github.com/serenity-rs/serenity/compare/v0.11.4...v0.11.5 [0.11.4]: https://github.com/serenity-rs/serenity/compare/v0.11.3...v0.11.4 [0.11.3]: https://github.com/serenity-rs/serenity/compare/v0.11.2...v0.11.3 [0.11.2]: https://github.com/serenity-rs/serenity/compare/v0.11.1...v0.11.2 diff --git a/Cargo.toml b/Cargo.toml index 283337b7755..40dee910072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "ISC" name = "serenity" readme = "README.md" repository = "https://github.com/serenity-rs/serenity.git" -version = "0.11.4" +version = "0.11.5" edition = "2018" include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"]