Skip to content

Commit 0f9a412

Browse files
committed
prepare release v3.12.3
1 parent c3772f6 commit 0f9a412

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

changes/1146.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/admin/release_notes/version_3.12.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ This document describes all new features and changes in the release. The format
1010
<!-- towncrier release notes start -->
1111

1212

13+
## [v3.12.3 (2026-03-24)](https://github.com/nautobot/nautobot-app-ssot/releases/tag/v3.12.3)
14+
15+
### Fixed
16+
17+
- [#1146](https://github.com/nautobot/nautobot-app-ssot/issues/1146) - Fixed display of large diffs by implementing pagination in render_diff() method.
18+
1319
## [v3.12.2 (2026-03-24)](https://github.com/nautobot/nautobot-app-ssot/releases/tag/v3.12.2)
1420

1521
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nautobot-ssot"
3-
version = "3.12.2"
3+
version = "3.12.3"
44
description = "Nautobot Single Source of Truth"
55
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)