From 41950970b95d41fb69a269515139cb1ea5786c3a Mon Sep 17 00:00:00 2001 From: Ken Celenza Date: Tue, 12 Mar 2024 11:23:24 -0400 Subject: [PATCH] Prep release 2.0.1 (#140) --- docs/admin/release_notes/version_2.0.md | 8 ++++++++ mkdocs.yml | 1 + pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/admin/release_notes/version_2.0.md b/docs/admin/release_notes/version_2.0.md index c9226b2..2dcb918 100644 --- a/docs/admin/release_notes/version_2.0.md +++ b/docs/admin/release_notes/version_2.0.md @@ -10,6 +10,14 @@ This document describes all new features and changes in the release `2.0`. The f - Provided a mechanism to allow for Location Groupings to be configurable. +## [v2.0.1] - 2024-03 + +### Changed + +- [#120](https://github.com/nautobot/nautobot-plugin-nornir/issues/120) - Updated to use Cookiecutter from drift manager. +- [#134](https://github.com/nautobot/nautobot-plugin-nornir/issues/134) - Changed to app vs plugin, first of many. +- [#139](https://github.com/nautobot/nautobot-plugin-nornir/issues/139) - Changed mechanism to get secrets by caching them. + ## [v2.0.0] - 2023-09 ### Changed diff --git a/mkdocs.yml b/mkdocs.yml index d893809..f1f31e0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -120,6 +120,7 @@ nav: - Migrating To v2: "admin/migrating_to_v2.md" - Release Notes: - "admin/release_notes/index.md" + - v2.0: "admin/release_notes/version_2.0.md" - v1.0: "admin/release_notes/version_1.0.md" - v0.9: "admin/release_notes/version_0.9.md" - Developer Guide: diff --git a/pyproject.toml b/pyproject.toml index d8cd573..f52f7f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-plugin-nornir" -version = "2.0.0" +version = "2.0.1" description = "Nautobot Nornir plugin." authors = ["Network to Code, LLC "] license = "Apache-2.0"