diff --git a/CHANGELOG.md b/CHANGELOG.md index c1a03b4..e96832a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [2.2.1] - 2026-01-05 + +- Changelog update - `v2.2.0` by @github-actions[bot] in https://github.com/tox-dev/PyVenvManage/pull/107 +- Fix Gradle transforms cache corruption in CI by @gaborbernat in https://github.com/tox-dev/PyVenvManage/pull/109 +- Refresh demo gif by @gaborbernat in https://github.com/tox-dev/PyVenvManage/pull/110 + ## [2.2.0] - 2026-01-04 - Changelog update - `v2.1.2` by @github-actions[bot] in https://github.com/tox-dev/PyVenvManage/pull/78 @@ -84,7 +90,8 @@ - Removed the usage of the deprecated PythonSdkType.getPythonExecutable API -[Unreleased]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.2.0...HEAD +[Unreleased]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.2.1...HEAD +[2.2.1]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.1.2...v2.2.0 [2.1.2]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.1.0...v2.1.2 [2.1.0]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.0.1...v2.1.0