Skip to content

Commit db9c87d

Browse files
authored
Merge pull request #345 from netboxlabs/release-v0.4.4
Release v0.4.4
2 parents 8835b7f + 91f53ca commit db9c87d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.4.4
4+
---
5+
6+
### Bug Fixes
7+
8+
- [#230](https://github.com/netboxlabs/netbox-custom-objects/issues/230) - Warning on unique object type fields
9+
- [#284](https://github.com/netboxlabs/netbox-custom-objects/issues/284) - "Tags" field not listed in table config dialog
10+
- [#294](https://github.com/netboxlabs/netbox-custom-objects/issues/294) - Creating journal entry on custom object item leaves Created By blank
11+
- [#310](https://github.com/netboxlabs/netbox-custom-objects/issues/310) - Linkify primary field in custom object table view
12+
- [#336](https://github.com/netboxlabs/netbox-custom-objects/issues/336) - Support NetBox v4.5 (Beta)
13+
14+
315
## 0.4.3
416
---
517

netbox_custom_objects/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class CustomObjectsPluginConfig(PluginConfig):
3535
name = "netbox_custom_objects"
3636
verbose_name = "Custom Objects"
3737
description = "A plugin to manage custom objects in NetBox"
38-
version = "0.4.3"
38+
version = "0.4.4"
3939
author = 'Netbox Labs'
4040
author_email = 'support@netboxlabs.com'
4141
base_url = "custom-objects"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "netboxlabs-netbox-custom-objects"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "A plugin to manage custom objects in NetBox"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)