diff --git a/changes/+nautobot-app-v2.4.0.housekeeping b/changes/+nautobot-app-v2.4.0.housekeeping deleted file mode 100644 index 9b23ffe3..00000000 --- a/changes/+nautobot-app-v2.4.0.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Rebaked from the cookie `nautobot-app-v2.4.0`. diff --git a/changes/323.fixed b/changes/323.fixed deleted file mode 100644 index 8d665a9d..00000000 --- a/changes/323.fixed +++ /dev/null @@ -1 +0,0 @@ -Added retry logic to GoogleAPI execute. diff --git a/changes/328.housekeeping b/changes/328.housekeeping deleted file mode 100644 index eb854f12..00000000 --- a/changes/328.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Changed model_class_name in .cookiecutter.json to a valid model to help with drift management. diff --git a/docs/admin/release_notes/version_2.3.md b/docs/admin/release_notes/version_2.3.md index a1dc04ac..b134104c 100644 --- a/docs/admin/release_notes/version_2.3.md +++ b/docs/admin/release_notes/version_2.3.md @@ -1,6 +1,23 @@ + + # v2.3 Release Notes - +This document describes all new features and changes in the release. The format is based on [Keep a +Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic +Versioning](https://semver.org/spec/v2.0.0.html). + +## Release Overview + +## [v2.3.1 (2025-01-17)](https://github.com/nautobot/nautobot-app-circuit-maintenance/releases/tag/v2.3.1) + +### Fixed + +- [#323](https://github.com/nautobot/nautobot-app-circuit-maintenance/issues/323) - Added retry logic to GoogleAPI execute. + +### Housekeeping + +- [#326](https://github.com/nautobot/nautobot-app-circuit-maintenance/issues/326) - Rebaked from the cookie `nautobot-app-v2.4.0`. +- [#328](https://github.com/nautobot/nautobot-app-circuit-maintenance/issues/328) - Changed model_class_name in .cookiecutter.json to a valid model to help with drift management. ## [v2.3.0 (2024-09-12)](https://github.com/nautobot/nautobot-app-circuit-maintenance/releases/tag/v2.3.0) diff --git a/pyproject.toml b/pyproject.toml index 92a18351..0146cc9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-circuit-maintenance" -version = "2.3.0" +version = "2.3.1" description = "Nautobot app to automatically handle Circuit Maintenances Notifications" authors = ["Network to Code, LLC "] license = "Apache-2.0" @@ -160,7 +160,7 @@ build-backend = "poetry.core.masonry.api" [tool.towncrier] package = "nautobot_circuit_maintenance" directory = "changes" -filename = "docs/admin/release_notes/version_2.2.md" +filename = "docs/admin/release_notes/version_2.3.md" template = "development/towncrier_template.j2" start_string = "" issue_format = "[#{issue}](https://github.com/nautobot/nautobot-app-circuit-maintenance/issues/{issue})"