diff --git a/changes/339.fixed b/changes/339.fixed deleted file mode 100644 index 2fa50ce7..00000000 --- a/changes/339.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed bug with deepcopy in dunder new. diff --git a/docs/admin/release_notes/version_2.2.md b/docs/admin/release_notes/version_2.2.md index f2d84d97..603c7add 100644 --- a/docs/admin/release_notes/version_2.2.md +++ b/docs/admin/release_notes/version_2.2.md @@ -18,3 +18,9 @@ Remove Python 3.9 support as it's EOL. - [#321](https://github.com/networktocode/diffsync/issues/321) - Fixed CI release workflow. - Rebaked from the cookie `main`. + +## [v2.2.2 (2026-03-11)](https://github.com/networktocode/diffsync/releases/tag/v2.2.2) + +### Fixed + +- [#339](https://github.com/networktocode/diffsync/issues/339) - Fixed bug with deepcopy in dunder new. diff --git a/pyproject.toml b/pyproject.toml index e0e39946..88e5600f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diffsync" -version = "2.2.2a0" +version = "2.2.3a0" description = "Library to easily sync/diff/update 2 different data sources" authors = ["Network to Code, LLC "] license = "Apache-2.0"