diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d6f53632..ce816c1e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,10 @@ Unreleased ---------- ========================= +[6.2.3] - 2024-07-01 +--------------------- + * Dependency updates + [6.2.2] - 2024-06-24 --------------------- * Dependency updates diff --git a/enterprise_data/__init__.py b/enterprise_data/__init__.py index 8af0b0df..87ce83fa 100644 --- a/enterprise_data/__init__.py +++ b/enterprise_data/__init__.py @@ -2,4 +2,4 @@ Enterprise data api application. This Django app exposes API endpoints used by enterprises. """ -__version__ = "6.2.2" +__version__ = "6.2.3"