From 19f87dfbb3dc0992e49b612ffe034c684a6aa96b Mon Sep 17 00:00:00 2001 From: ElectroJr Date: Sat, 20 Apr 2024 16:52:47 -0400 Subject: [PATCH] Version: 219.1.0 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 63a7f5ee7f..00b80ce39b 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 219.0.0 + 219.1.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 02a08255e1..ba6f8c1b3a 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -43,7 +43,7 @@ END TEMPLATE--> ### Bugfixes -* Fixes map initialisation not always initialising all entities on a map. +*None yet* ### Other @@ -54,6 +54,21 @@ END TEMPLATE--> *None yet* +## 219.1.0 + +### New features + +* Added a new optional arguments to various entity spawning methods, including a new argument to set the entity's rotation. + +### Bugfixes + +* Fixes map initialisation not always initialising all entities on a map. + +### Other + +* The default value of the `auth.mode` cvar has changed + + ## 219.0.0 ### Breaking changes