diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 2e5219fb003..22942e79d18 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 163.0.0 + 164.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ac7ad5ff827..a7eddb18013 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -35,7 +35,7 @@ END TEMPLATE--> ### Breaking changes -*None yet* +* Removed cloneData from AutoNetworkedFieldAttribute. This is now automatically inferred. ### New features @@ -54,6 +54,17 @@ END TEMPLATE--> *None yet* +## 164.0.0 + +### Breaking changes + +* Make automatic component states infer cloneData. + +### Internal + +* Reduce Transform GetComponents in RecursiveDeleteEntity. + + ## 163.0.0 ### Breaking changes