diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 07fae076e37..f27017b3835 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 223.2.0 + 223.3.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 484860a07a6..3a11a63de0d 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -54,6 +54,19 @@ END TEMPLATE--> *None yet* +## 223.3.0 + +### New features + +* Better exception logging for IRobustJob. +* Add SetGridAudio helper for SharedAudioSystem. + +### Bugfixes + +* Fix placement manager not setting entity rotation correctly. +* Fix grid-based audio not playing correctly. + + ## 223.2.0 ### New features