Skip to content

Commit ae2d001

Browse files
committed
chore: Release
1 parent 531fe3d commit ae2d001

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sdk/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
12+
## [0.3.5] - 2023-10-04
1213
## [0.3.4] - 2023-03-31
1314
### Fixed
1415
- [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
7576
- Initial crate squat
7677

7778
<!-- next-url -->
78-
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.4...HEAD
79+
[Unreleased]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.5...HEAD
80+
[0.3.5]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.4...0.3.5
7981
[0.3.4]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.3...0.3.4
8082
[0.3.3]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.2...0.3.3
8183
[0.3.2]: https://github.com/EmbarkStudios/discord-sdk/compare/0.3.1...0.3.2

sdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "discord-sdk"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
authors = [
55
"Embark <opensource@embark-studios.com>",
66
"Jake Shadle <jake.shadle@embark-studios.com>",

0 commit comments

Comments
 (0)