diff --git a/changelog.rst b/changelog.rst index 1f3b4d3f1b8..bb31006dc52 100644 --- a/changelog.rst +++ b/changelog.rst @@ -3,6 +3,11 @@ Changelog This page lists the changes made to Conan in each version, with links to each pull request for more details. +2.22.2 (07-Nov-2025) +-------------------- + +- Bugfix: Fix assert when finding compatible binaries of a package that exists in both contexts with different settings. `#19208 `_ + 2.22.1 (30-Oct-2025) -------------------- diff --git a/conf.py b/conf.py index 2db49a42f5b..1fe32591aaf 100644 --- a/conf.py +++ b/conf.py @@ -68,7 +68,7 @@ # The short X.Y version. version = "2.22" # The full version, including alpha/beta/rc tags. -release = u'2.22.1' +release = u'2.22.2' dir_path = os.path.dirname(os.path.realpath(__file__)) if not os.path.exists(os.path.join(dir_path, "versions.json")):