From c224901eb36982dfb605937890cbe5a15e7e928c Mon Sep 17 00:00:00 2001 From: pke11y Date: Mon, 23 Jan 2023 12:01:39 +0000 Subject: [PATCH] Release v3.0.0 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 154f0de..df2a0a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v3.0.0 - 2023-01-23 + +## Added + +- #122 - Updated to support `python-ipfabric` v6 and Nautobot 1.5. +- #123 - New command `get-loaded-snapshots` for greater snapshot details. + +## Changed + +- New codeowner added - @alhogan. + ## v2.0.0 - 2022-09-22 ## Added diff --git a/README.md b/README.md index abbfe5b..c3b0b53 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Here is a compatibility matrix and the minimum versions required to run this plu |-----------|--------|----------|---------|------------------|------------------------------------------------------------------------|------------------------------------------------------------------------------------------| | 4.4 | 3.7.1 | 1.1.0 | 1.1.0 | 1.2.0 | 0.11.0 | 1.2.7 | | 5.0.1 | 3.7.1 | 1.1.0 | 1.1.0 | 1.3.0 | 5.0.4 | 5.0.2 | - +| 6.0 | 3.7.1 | 1.4.0 | 1.1.0 | 3.0.0 | 6.0.9 | 6.0.2 ## Screenshots ![image](https://user-images.githubusercontent.com/29293048/138304572-46d2fa11-8dd2-4722-9ab0-450e20a657a5.png) diff --git a/pyproject.toml b/pyproject.toml index 3b2fd49..ab848e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-chatops-ipfabric" -version = "2.0.0" +version = "3.0.0" description = "Nautobot Plugin Chatops IPFabric" authors = ["Network to Code, LLC "]