diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index a81cfd63c..2518997ac 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 190.0.0 + 190.1.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 2a981b5ff..474acd092 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -54,6 +54,18 @@ END TEMPLATE--> *None yet* +## 190.1.0 + +### New features + +* Add OnGrabbed / OnReleased to slider controls. +* Add Rotation method for matrices and also make the precision slightly better when angles are passed in by taking double-precision not single-precision floats. + +### Bugfixes + +* Fix some grid setting asserts when adding gridcomponent to existing maps. + + ## 190.0.0 ### New features