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"