diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 494baf8bb..817bbbe4b 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 191.0.1 + 192.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 35e9d0183..93184318e 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -35,7 +35,7 @@ END TEMPLATE--> ### Breaking changes -* `EntitySystem.TryGetEntity` is now `protected`. +*None yet* ### New features @@ -54,6 +54,18 @@ END TEMPLATE--> *None yet* +## 192.0.0 + +### Breaking changes + +* `EntitySystem.TryGetEntity` is now `protected`. + +### Internal + +* PVS message ack processing now happens asynchronously +* Dependency collections now use a `FrozenDictionary` + + ## 191.0.1 ### Bugfixes