diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 85eb2d3e1..959194c23 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,10 @@ Unreleased ---------- * nothing unreleased +[5.6.7] +-------- +* fix: gracefully handle case where intention has no related catalogs + [5.6.6] -------- * feat: new mgmt command to validate default enrollment intentions diff --git a/enterprise/__init__.py b/enterprise/__init__.py index 600f508d3..00220a156 100644 --- a/enterprise/__init__.py +++ b/enterprise/__init__.py @@ -2,4 +2,4 @@ Your project description goes here. """ -__version__ = "5.6.6" +__version__ = "5.6.7"