diff --git a/CHANGELOG.md b/CHANGELOG.md index f6eecf8..77ad061 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.2] - 2023-01-05 +### Fixed +- [PR#22](https://github.com/EmbarkStudios/discord-sdk/pull/22) fixed application registrations on Windows. + ## [0.3.1] - 2022-11-25 ### Fixed - [PR#21](https://github.com/EmbarkStudios/discord-sdk/pull/21) fixed the resolution of the Unix domain socket on Linux if Discord is being run via flatpak. @@ -60,7 +64,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.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.2...HEAD +[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 [0.3.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.1...0.3.0 [0.2.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.0...0.2.1 diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 1cb873d..77ad061 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.2] - 2023-01-05 ### Fixed - [PR#22](https://github.com/EmbarkStudios/discord-sdk/pull/22) fixed application registrations on Windows. @@ -63,7 +64,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.1...HEAD +[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.2...HEAD +[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 [0.3.0]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.1...0.3.0 [0.2.1]: https://github.com/EmbarkStudios/discord-sdk/compare/0.2.0...0.2.1 diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index aad4328..713b16f 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord-sdk" -version = "0.3.1" +version = "0.3.2" authors = [ "Embark ", "Jake Shadle ",