diff --git a/docs/admin/release_notes/version_2.4.md b/docs/admin/release_notes/version_2.4.md index c0588c5..b1820ed 100644 --- a/docs/admin/release_notes/version_2.4.md +++ b/docs/admin/release_notes/version_2.4.md @@ -4,8 +4,15 @@ (#248) Added support for new cloud models found in Nautobot 2.3+ -##v2.4.1 +## v2.4.1 ### Fixed - (#253) Fixed missing json data returned on cloud endpoints + +## v2.4.2 + +### Fixed + +- (#257) Fixed issue with pagination looping under certain conditions +- (#259) Fixed the `filter` field that was missing from dynamic group objects diff --git a/pyproject.toml b/pyproject.toml index f16d917..289d32f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "pynautobot" -version = "2.4.1" +version = "2.4.2" description = "Nautobot API client library" authors = ["Network to Code, LLC "] readme = "README.md"