diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 4e97c70f3..54a808808 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 186.1.0 + 187.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4f2cb61dc..2fd145427 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -54,6 +54,21 @@ END TEMPLATE--> *None yet* +## 187.0.0 + +### New features + +* Improved error message for network failing to initialize. + +### Bugfixes + +* Fix not being able to add multiple PVS session overrides in a single tick without overwriting each one. This should fix issues with audio filters. + +### Other + +* Changed toolshed initialisation logs to verbose. + + ## 186.1.0 ### New features