diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index a95477b..ed8a0c7 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.5] - 2023-10-04 ## [0.3.4] - 2023-03-31 ### Fixed - [PR#30](https://github.com/EmbarkStudios/discord-sdk/pull/30) fixed a bug with asset key validation added in [PR#26](https://github.com/EmbarkStudios/discord-sdk/pull/26). Thanks [@winrg](https://github.com/winrg)! @@ -75,7 +76,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.4...HEAD +[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.5...HEAD +[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 [0.3.2]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...0.3.2 diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 5fb0519..e8729a0 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord-sdk" -version = "0.3.4" +version = "0.3.5" authors = [ "Embark ", "Jake Shadle ",