Skip to content

Commit 4c9a61c

Browse files
committed
Bump to 0.11.5
1 parent 69484dc commit 4c9a61c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
This project mostly adheres to [Semantic Versioning][semver].
55

6+
## [0.11.5] - 2022-07-29
7+
8+
Thanks to the following for their contributions:
9+
10+
- [@bumblepie]
11+
12+
### Notable changes
13+
14+
- Make select menu values optional to fix deserialization of message component interactions ([@bumblepie])
15+
616
## [0.11.4] - 2022-07-19
717

818
Thanks to the following for their contributions:
@@ -4813,6 +4823,7 @@ Initial commit.
48134823

48144824
<!-- COMPARISONS -->
48154825

4826+
[0.11.5]: https://github.com/serenity-rs/serenity/compare/v0.11.4...v0.11.5
48164827
[0.11.4]: https://github.com/serenity-rs/serenity/compare/v0.11.3...v0.11.4
48174828
[0.11.3]: https://github.com/serenity-rs/serenity/compare/v0.11.2...v0.11.3
48184829
[0.11.2]: https://github.com/serenity-rs/serenity/compare/v0.11.1...v0.11.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "ISC"
88
name = "serenity"
99
readme = "README.md"
1010
repository = "https://github.com/serenity-rs/serenity.git"
11-
version = "0.11.4"
11+
version = "0.11.5"
1212
edition = "2018"
1313
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"]
1414

0 commit comments

Comments
 (0)