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

Merge back release v2.3.1 #331

Merged
merged 4 commits into from
Jan 17, 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
1 change: 0 additions & 1 deletion changes/+nautobot-app-v2.4.0.housekeeping

This file was deleted.

1 change: 0 additions & 1 deletion changes/323.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/328.housekeeping

This file was deleted.

19 changes: 18 additions & 1 deletion docs/admin/release_notes/version_2.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
<!-- towncrier release notes start -->

# v2.3 Release Notes

<!-- towncrier release notes start -->
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)

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -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 = "<!-- towncrier release notes start -->"
issue_format = "[#{issue}](https://github.com/nautobot/nautobot-app-circuit-maintenance/issues/{issue})"
Expand Down
Loading