Skip to content

Commit ac9f823

Browse files
committed
Release v0.4.1
1 parent ca1dd95 commit ac9f823

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/changelog.md

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

3+
## 0.4.1
4+
---
5+
6+
### Bug Fixes
7+
8+
- [#237](https://github.com/netboxlabs/netbox-custom-objects/issues/237) - Incorrect validation error when adding multiple fields pointing to the same Custom Object Type
9+
- [#251](https://github.com/netboxlabs/netbox-custom-objects/issues/251) - Bulk import broken due to incorrect slug handling
10+
- [#273](https://github.com/netboxlabs/netbox-custom-objects/issues/273) - `group_name` missing from Custom Object Type serializer
11+
12+
313
## 0.4.0
414
---
515

netbox_custom_objects/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class CustomObjectsPluginConfig(PluginConfig):
4848
name = "netbox_custom_objects"
4949
verbose_name = "Custom Objects"
5050
description = "A plugin to manage custom objects in NetBox"
51-
version = "0.4.0"
51+
version = "0.4.1"
5252
author = 'Netbox Labs'
5353
author_email = '[email protected]'
5454
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.0"
3+
version = "0.4.1"
44
description = "A plugin to manage custom objects in NetBox"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)