diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b6344cff1..40a6812ce39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ -# v0.22.4 (2025-02-18) +# v0.22.5 (2025-02-21) ## Bugfixes - Continue to mark non-roots as implicitly installed on partial env installs (#47183) +## Notes +- v0.22.4 is skipped to do an error in the release process + # v0.22.3 (2024-11-18) ## Bugfixes diff --git a/lib/spack/spack/__init__.py b/lib/spack/spack/__init__.py index 4ffce17bdb6..d59b91c7c27 100644 --- a/lib/spack/spack/__init__.py +++ b/lib/spack/spack/__init__.py @@ -4,7 +4,7 @@ # SPDX-License-Identifier: (Apache-2.0 OR MIT) #: PEP440 canonical ... string -__version__ = "0.22.4" +__version__ = "0.22.5" spack_version = __version__