diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f77a25..a95477b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [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)! + ## [0.3.3] - 2023-03-20 ### Added - [PR#24](https://github.com/EmbarkStudios/discord-sdk/pull/24) added support for [buttons](https://discord.com/developers/docs/interactions/message-components#buttons). Thanks [@NyCodeGHG](https://github.com/NyCodeGHG)! @@ -71,7 +75,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.3...HEAD +[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.4...HEAD +[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 [0.3.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...0.3.1 diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 4c39e5a..a95477b 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.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)! @@ -74,7 +75,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.3...HEAD +[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.4...HEAD +[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 [0.3.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.0...0.3.1 diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index e7000e1..edb3b59 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord-sdk" -version = "0.3.3" +version = "0.3.4" authors = [ "Embark ", "Jake Shadle ",