From ad2d4c210d79f5086df99336cc7a9096b0012f4c Mon Sep 17 00:00:00 2001 From: Josh VanDeraa Date: Fri, 29 Mar 2024 08:25:52 -0500 Subject: [PATCH] Release 3.2.0 --- docs/dev/CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/dev/CHANGELOG.md b/docs/dev/CHANGELOG.md index cdd81b0..cbb930d 100644 --- a/docs/dev/CHANGELOG.md +++ b/docs/dev/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 3.2.0 + +* [#144] force the enable call to allow many cisco ios platforms to work +* [#149] Enhanced Jinja Error Handling and Stack Trace Logging by @jmpettit + +### New Contributors +* @jmpettit made their first contribution in https://github.com/nautobot/nornir-nautobot/pull/149 + +**Full Changelog**: https://github.com/nautobot/nornir-nautobot/compare/v3.1.2...v3.2.0 + ## 3.1.2 - [#145](https://github.com/nautobot/nornir-nautobot/pull/145) Update httpx diff --git a/pyproject.toml b/pyproject.toml index e425f27..b22ef37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nornir-nautobot" -version = "3.1.1" +version = "3.2.0" description = "Nornir Nautobot" authors = ["Network to Code, LLC "] readme = "README.md"