diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 63a7f5ee7fd..00b80ce39b0 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 02a08255e17..ba6f8c1b3ae 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