diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 21fd8a1ba..52d55e729 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 244.0.0 + 245.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 86cfb6b71..208cd2310 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -43,7 +43,7 @@ END TEMPLATE--> ### Bugfixes -* Fixed an error in `MappingDataNode.TryAddCopy()`, which was causing yaml inheritance/deserialization bugs. +*None yet* ### Other @@ -54,6 +54,17 @@ END TEMPLATE--> *None yet* +## 245.0.0 + +### Breaking changes + +* `BoundUserInterface.Open()` now has the `MustCallBase` attribute + +### Bugfixes + +* Fixed an error in `MappingDataNode.TryAddCopy()`, which was causing yaml inheritance/deserialization bugs. + + ## 244.0.0 ### Breaking changes