From e21b3e069a112720769ed57bd8413f3a69e73c90 Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Fri, 17 Jan 2025 17:57:31 +0100 Subject: [PATCH] Version: 240.0.0 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 1dca856016a..4ca8e9a8aa0 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 239.0.1 + 240.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 7d0b19062fd..48a3e8aca7c 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -35,6 +35,29 @@ END TEMPLATE--> ### Breaking changes +*None yet* + +### New features + +*None yet* + +### Bugfixes + +*None yet* + +### Other + +*None yet* + +### Internal + +*None yet* + + +## 240.0.0 + +### Breaking changes + * `ComponentRegistry` no longer implements `ISerializationContext` * Tickrate values are now `ushort`, allowing them to go up to 65535.