diff --git a/Cargo.lock b/Cargo.lock index 96cc525..3815f35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -251,7 +251,7 @@ dependencies = [ [[package]] name = "discord-sdk" -version = "0.3.5" +version = "0.3.6" dependencies = [ "anyhow", "app_dirs2", diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index e605d20..45c1d6e 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.3.6] - 2024-03-05 ## [0.3.5] - 2023-10-04 ### Changed - [PR#34](https://github.com/EmbarkStudios/discord-sdk/pull/34) replaced `base64` with `data-encoding`. @@ -79,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial crate squat -[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.5...HEAD +[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.6...HEAD +[0.3.6]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.5...0.3.6 [0.3.5]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.4...0.3.5 [0.3.4]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.3...0.3.4 [0.3.3]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.2...0.3.3 diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index cf6e185..4ccd3f4 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord-sdk" -version = "0.3.5" +version = "0.3.6" authors = [ "Embark ", "Jake Shadle ",