diff --git a/docs/admin/release_notes/version_0.9.md b/docs/admin/release_notes/version_0.9.md index 9c175a6..c3d7542 100644 --- a/docs/admin/release_notes/version_0.9.md +++ b/docs/admin/release_notes/version_0.9.md @@ -15,3 +15,7 @@ This version introduces `PeerGroupAddressFamily` and `PeerEndpointAddressFamily` ### Removed - [#132](https://github.com/nautobot/nautobot-plugin-bgp-models/pull/132) - Removes `import_policy`, `export_policy`, and `multipath` attributes from `PeerGroupTemplate`, `PeerGroup`, and `PeerEndpoint` models. Use the equivalent fields on `PeerGroupAddressFamily` and `PeerEndpointAddressFamily` instead. + +### Dependencies + +- [#126](https://github.com/nautobot/nautobot-plugin-bgp-models/pull/126) - Updated development dependencies `mkdocstrings` and `mkdocstrings-python` to `0.22` and `1.4.0` respectively to address CI failures. diff --git a/pyproject.toml b/pyproject.toml index 2f5ab17..ed079c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-bgp-models" -version = "0.8.0" +version = "0.9.0" description = "Nautobot BGP Models Plugin" authors = ["Network to Code, LLC "]