From 921f2f13c7b47f754621cbb2b1688e9dce93e45a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 5 Jan 2026 15:31:00 +0000 Subject: [PATCH] Changelog update - v2.2.1 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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