Skip to content

Commit

Permalink
Bump version and update release note
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmatthews committed Sep 27, 2023
1 parent 50a033b commit ebb02e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/admin/release_notes/version_0.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]

Expand Down

0 comments on commit ebb02e6

Please sign in to comment.