Skip to content

Commit aa5c916

Browse files
committed
chore: Release v14.4.0
Signed-off-by: mfd-intel-bot <[email protected]>
1 parent 109b74e commit aa5c916

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- version list -->
44

5+
## v14.4.0 (2025-11-12)
6+
7+
### Bug Fixes
8+
9+
- Update feature type imports and improve type annotations in NetworkAdapterOwner and ARP feature
10+
([`109b74e`](https://github.com/intel/mfd-network-adapter/commit/109b74e0944ee879cac2fa9ef9d3eb20069ab8b9))
11+
12+
### Features
13+
14+
- [ESXi] Method for getting QinQ VLAN TPID
15+
([`e7e3f55`](https://github.com/intel/mfd-network-adapter/commit/e7e3f5566f11a8eafb74738de963a99c16321844))
16+
17+
- Add MAC address support for interface retrieval in NetworkAdapterOwner
18+
([`3c84b62`](https://github.com/intel/mfd-network-adapter/commit/3c84b62d2346839a7f6d1c965224a239491f1172))
19+
20+
521
## v14.3.1 (2025-10-29)
622

723
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = { file = ["requirements.txt"] }
1212
name = "mfd-network-adapter"
1313
description = "Module which handle operations on network adapters installed on different operating systems"
1414
requires-python = ">=3.10, <3.14"
15-
version = "14.3.1"
15+
version = "14.4.0"
1616
dynamic = ["dependencies"]
1717
license-files = ["LICENSE.md", "AUTHORS.md"]
1818
readme = {file = "README.md", content-type = "text/markdown"}

0 commit comments

Comments
 (0)