Skip to content

Commit a55039f

Browse files
committed
chore: bump version to 5.4.0
1 parent 0b9b2dc commit a55039f

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## 5.4.0 (2026-01-27)
4+
5+
### Feat
6+
7+
- add relationships for detection strategies, analytics and log sources in the excel files
8+
9+
### Fix
10+
11+
- **PR184**: reduce typeChecker noise when passing a float to score()
12+
313
## 5.3.0 (2025-11-13)
414

515
### Feat

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
# -- Project information -----------------------------------------------------
1414
project = "mitreattack-python"
15-
copyright = "2025, The MITRE Corporation"
16-
version = "5.3.0"
17-
release = "5.3.0"
15+
copyright = "2026, The MITRE Corporation"
16+
version = "5.4.0"
17+
release = "5.4.0"
1818

1919
# -- General configuration ---------------------------------------------------
2020
extensions = [

mitreattack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from PIL import __version__
66
from . import attackToExcel, collections, navlayers
77

8-
__version__ = "5.3.0"
8+
__version__ = "5.4.0"
99

1010
__all__ = [
1111
"attackToExcel",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[project]
66
name = "mitreattack-python"
77
description = "MITRE ATT&CK python library"
8-
version = "5.3.0"
8+
version = "5.4.0"
99
authors = [{ name = "MITRE ATT&CK", email = "attack@mitre.org" }]
1010
license = { text = "Apache-2.0" }
1111
readme = "README.md"

0 commit comments

Comments
 (0)