diff --git a/changes/409.fixed b/changes/409.fixed deleted file mode 100644 index 23f44d6d..00000000 --- a/changes/409.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed debug logging not adhering to the debug job input boolean. \ No newline at end of file diff --git a/changes/517.fixed b/changes/517.fixed deleted file mode 100644 index 37b3bf5f..00000000 --- a/changes/517.fixed +++ /dev/null @@ -1 +0,0 @@ -Added “fail job on task failure” so the job fails when one or more tasks fail. \ No newline at end of file diff --git a/docs/admin/release_notes/version_4.4.md b/docs/admin/release_notes/version_4.4.md index 4644db12..01fb6e83 100644 --- a/docs/admin/release_notes/version_4.4.md +++ b/docs/admin/release_notes/version_4.4.md @@ -9,6 +9,14 @@ This document describes all new features and changes in the release. The format + +## [v4.4.4 (2026-03-23)](https://github.com/nautobot/nautobot-app-device-onboarding/releases/tag/v4.4.4) + +### Fixed + +- [#409](https://github.com/nautobot/nautobot-app-device-onboarding/issues/409) - Fixed debug logging not adhering to the debug job input boolean. +- [#517](https://github.com/nautobot/nautobot-app-device-onboarding/issues/517) - Added "fail job on task failure" so the job fails when one or more tasks fail. + ## [v4.4.3 (2026-01-27)](https://github.com/nautobot/nautobot-app-device-onboarding/releases/tag/v4.4.3) ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 2b068de0..e7dd6147 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-device-onboarding" -version = "4.4.3" +version = "4.4.4" description = "A app for Nautobot to easily onboard new devices." authors = ["Network to Code, LLC "] license = "Apache-2.0"