From 6e0205d1a80a97122ce66bf09e0feeb3cb034c3d Mon Sep 17 00:00:00 2001 From: metalgearsloth Date: Sat, 27 Apr 2024 12:33:45 +1000 Subject: [PATCH] Version: 220.1.0 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 5be0e8aca35..fee1965eafa 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 220.0.0 + 220.1.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 210414121c0..c981f4460e0 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -54,6 +54,18 @@ END TEMPLATE--> *None yet* +## 220.1.0 + +### Bugfixes + +* Fix client-side replay exceptions due to dropped states when recording. + +### Other + +* Remove IP + HWId from ViewVariables. +* Close BUIs upon disconnect. + + ## 220.0.0 ### Breaking changes