diff --git a/changes/+main.housekeeping b/changes/+main.housekeeping deleted file mode 100644 index 3433adf6..00000000 --- a/changes/+main.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Rebaked from the cookie `main`. diff --git a/changes/321.housekeeping b/changes/321.housekeeping deleted file mode 100644 index 044f8618..00000000 --- a/changes/321.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Fixed CI release workflow. diff --git a/changes/334.fixed b/changes/334.fixed deleted file mode 100644 index 5578d075..00000000 --- a/changes/334.fixed +++ /dev/null @@ -1 +0,0 @@ -Fix TypeError being thrown when non-serializable object is used in creating a Diff/Adapter. diff --git a/docs/admin/release_notes/version_2.2.md b/docs/admin/release_notes/version_2.2.md index 405c5742..f2d84d97 100644 --- a/docs/admin/release_notes/version_2.2.md +++ b/docs/admin/release_notes/version_2.2.md @@ -7,3 +7,14 @@ This document describes all new features and changes in the release. The format ## [v2.2.0] - 2025-12-08 Remove Python 3.9 support as it's EOL. + +## [v2.2.1 (2026-02-12)](https://github.com/networktocode/diffsync/releases/tag/v2.2.1) + +### Fixed + +- [#334](https://github.com/networktocode/diffsync/issues/334) - Fix TypeError being thrown when non-serializable object is used in creating a Diff/Adapter. + +### Housekeeping + +- [#321](https://github.com/networktocode/diffsync/issues/321) - Fixed CI release workflow. +- Rebaked from the cookie `main`. diff --git a/pyproject.toml b/pyproject.toml index 115b43d2..20a82c8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diffsync" -version = "2.2.1a0" +version = "2.2.1" description = "Library to easily sync/diff/update 2 different data sources" authors = ["Network to Code, LLC "] license = "Apache-2.0"