diff --git a/README.md b/README.md index 1fae3de..61bbd46 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ pfSesnse/OPNSense's firewall aliases. This plugin also features endpoints for devices/VMs compatible with Prometheus' http_sd. -This plugin supports NetBox v2.11, v3.0, and v3.1. +This plugin supports NetBox v3.0, v3.1, and v3.2. ## Features * Supports NetBox's object permissions. diff --git a/pyproject.toml b/pyproject.toml index 29b6263..1ebf759 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netbox-lists" -version = "1.0.0" +version = "2.0.0" description = "" authors = ["Devon Mar "]