diff --git a/docs/admin/release_notes/version_2.0.md b/docs/admin/release_notes/version_2.0.md index 50cb16776..bcb504e88 100644 --- a/docs/admin/release_notes/version_2.0.md +++ b/docs/admin/release_notes/version_2.0.md @@ -43,3 +43,9 @@ - Updated everything to support Nautobot 2.0.0rc1 - Fixed use of slug on Platform in Arista CVP integration. + +## v2.0.0-rc.2 - 2023-09-8 + +### Changed + +- Updated everything to support Nautobot 2.0.0rc2 diff --git a/pyproject.toml b/pyproject.toml index 32bd98b9b..83781f150 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-ssot" -version = "2.0.0-rc.1" +version = "2.0.0-rc.2" description = "Nautobot Single Source of Truth" authors = ["Network to Code, LLC "] license = "Apache-2.0"