Skip to content

Commit

Permalink
Bump to 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Jul 29, 2022
1 parent 69484dc commit 4c9a61c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -4813,6 +4823,7 @@ Initial commit.

<!-- COMPARISONS -->

[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 4c9a61c

Please sign in to comment.