diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 6852e8472..0f67535b5 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 260.0.0 + 260.1.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 072f8aef7..46cd7e74d 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -54,6 +54,17 @@ END TEMPLATE--> *None yet* +## 260.1.0 + +### New features + +* `ComponentFactory` is now exposed to `EntitySystem` as `Factory` + +### Other + +* Cleanup warnings in PLacementManager +* Cleanup warnings in Clide.Sprite + ## 260.0.0 ### Breaking changes