Skip to content

Commit

Permalink
Bump to 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Jul 19, 2022
1 parent 54ed27f commit 5363f2a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 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.4] - 2022-07-19

Thanks to the following for their contributions:

- [@anden3]

### Notable changes

- Fix deserialization error of `GuildChannel::message_count` ([@anden3])

## [0.11.3] - 2022-07-19

Thanks to the following for their contributions:
Expand Down Expand Up @@ -4803,6 +4813,7 @@ Initial commit.

<!-- COMPARISONS -->

[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
[0.11.1]: https://github.com/serenity-rs/serenity/compare/v0.11.0...v0.11.1
Expand Down Expand Up @@ -4909,6 +4920,7 @@ Initial commit.
[@acdenisSK]: https://github.com/acdenisSK
[@adumbidiot]: https://github.com/adumbidiot
[@almeidx]: https://github.com/almeidx
[@anden3]: https://github.com/anden3
[@andreasots]: https://github.com/andreasots
[@aria-7553]: https://github.com/aria-7553
[@asherkin]: https://github.com/asherkin
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.3"
version = "0.11.4"
edition = "2018"
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"]

Expand Down

0 comments on commit 5363f2a

Please sign in to comment.