Skip to content

Commit 37a098e

Browse files
authored
Merge pull request #1058 from nautobot/release-3.11.1
[LTM 2.4] Release v3.11.1
2 parents 1dd4d03 + 5889b45 commit 37a098e

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

changes/+nautobot-app-v2.7.2.housekeeping

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

changes/1019.fixed

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

changes/1055.fixed

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

docs/admin/release_notes/version_3.11.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,14 @@ Version 3.11 marks the designation of the 3.x branch as a Long Term Maintenance
3131
- [#1007](https://github.com/nautobot/nautobot-app-ssot/issues/1007) - Cleaned up outdated code related to older versions of Nautobot and the Device Lifecycle Management App.
3232
- Rebaked from the cookie `nautobot-app-v2.7.0`.
3333
- Rebaked from the cookie `nautobot-app-v2.7.1`.
34+
35+
## [v3.11.1 (2026-01-12)](https://github.com/nautobot/nautobot-app-ssot/releases/tag/v3.11.1)
36+
37+
### Fixed
38+
39+
- [#1019](https://github.com/nautobot/nautobot-app-ssot/issues/1019) - Fixed `unpermitted_values` bug and additional KeyError bug.
40+
- [#1055](https://github.com/nautobot/nautobot-app-ssot/issues/1055) - Fixed a performance issue with the SSoT log entries table view.
41+
42+
### Housekeeping
43+
44+
- Rebaked from the cookie `nautobot-app-v2.7.2`.

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.11.1a0"
3+
version = "3.11.1"
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)