Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.2.1 #195

Merged
merged 2 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/admin/release_notes/version_2.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Major features or milestones
- Changes to compatibility with Nautobot and/or other apps, libraries etc.

## [v2.2.1 (2025-02-19)](https://github.com/nautobot/nautobot-app-nornir/releases/tag/v2.2.1)

### Housekeeping

- [#194](https://github.com/nautobot/nautobot-app-nornir/issues/194) - Resolve issue with release 2.2.0 referencing outdated code.

## [v2.2.0 (2025-02-18)](https://github.com/nautobot/nautobot-app-nornir/releases/tag/v2.2.0)

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautobot-plugin-nornir"
version = "2.2.0"
version = "2.2.1"
description = "Nautobot App that provides a shim layer to simplify using Nornir within other Nautobot Apps and Nautobot Jobs"
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down