What's Changed
* add support for racks and rack types by matejv in https://github.com/ArnesSI/netbox-inventory/pull/205
Racks can now be part of netbox inventory the same way as devices and modules. One caveat: netbox allows you to create a rack without assigning rack type. Unfortunately *_types are deeply ingrained into netbox inventory, so to create racks from assets, you'll always need to have a rack type defined as well.
* Add filters on device role and inventory item role to assets by matejv in https://github.com/ArnesSI/netbox-inventory/pull/201
* remove option to filter for None in some location related filters by matejv in https://github.com/ArnesSI/netbox-inventory/pull/202
* allow changing device_type and module_type when assiging a new asset to device or module by matejv in https://github.com/ArnesSI/netbox-inventory/pull/203
* ensure change snapshots are created for hardware by matejv in https://github.com/ArnesSI/netbox-inventory/pull/206
* make asset general search lookup by assigned hardware names by matejv in https://github.com/ArnesSI/netbox-inventory/pull/208
* small improvements to global search & menu by matejv in https://github.com/ArnesSI/netbox-inventory/pull/209
* add ability to set multiple asset statuses as used or stored by matejv in https://github.com/ArnesSI/netbox-inventory/pull/210
this is needed to ensure stored assets are corectly shown under locations and sites
* document use of netbox_attachments plugin by matejv in https://github.com/ArnesSI/netbox-inventory/pull/207
**Full Changelog**: https://github.com/ArnesSI/netbox-inventory/compare/v2.1.0...v2.2.0