diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 3eb0096df6..8f110cc3b7 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -1,6 +1,18 @@ Release Notes ------------- **Future Releases** + * Enhancements + * Fixes + * Changes + * Documentation Changes + * Testing Changes + +.. warning:: + + **Breaking Changes** + + +**v0.84.0 Jun 5, 2024** * Enhancements * Reformatted files with updated black version :pr:`4395` * Fixes diff --git a/evalml/__init__.py b/evalml/__init__.py index 7642eacc81..4e9742080a 100644 --- a/evalml/__init__.py +++ b/evalml/__init__.py @@ -24,4 +24,4 @@ warnings.filterwarnings("ignore", category=FutureWarning) warnings.filterwarnings("ignore", category=DeprecationWarning) -__version__ = "0.83.0" +__version__ = "0.84.0"