diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 94430b71d..a81cfd63c 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 189.0.0 + 190.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 17c2371a1..2a981b5ff 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -54,6 +54,27 @@ END TEMPLATE--> *None yet* +## 190.0.0 + +### New features + +* Add color gradients to sliders. + +### Bugfixes + +* Fix HSV / HSL producing black colors on 360 hue. +* Stop terminating entities from prematurely detaching to nullspace. +* Ensure shader parameters update when swapping instances. + +### Other + +* Add more verbose logging to OpenAL errors. + +### Internal + +* Change NetSyncEnabled to an assert and fix instances where it slips through to PVS. + + ## 189.0.0 ### Breaking changes