diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index bb21edd8f..9446c39bd 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 180.1.0 + 180.2.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 5b168756a..1a309d602 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -54,6 +54,18 @@ END TEMPLATE--> *None yet* +## 180.2.0 + +### New features + +* Add EnsureEntity variants that take in collections. +* Add more MapSystem helper methods. + +### Internal + +* Cache some more PVS data to avoid re-allocating every tick. + + ## 180.1.0 ### New features