Skip to content

Commit db05f44

Browse files
committed
chore: bump version to 5.2.0
1 parent 5eb4247 commit db05f44

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
The creation of the tag can be disabled with the --no-git-tag-version if desired.
1010
-->
1111

12+
# 5.2.0 - 28 October 2025
13+
14+
## Improvements
15+
- Extended search interface to support searching for techniques by detection strategy. See pull request [#702](https://github.com/mitre-attack/attack-navigator/pull/702).
16+
1217
# 5.1.1 - 1 July 2025
1318

1419
## Fixes

layers/spec/v4.5/layerformat.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ The following example illustrates the layer file format of a single layer:
108108
{
109109
"name": "example layer",
110110
"versions": {
111-
"attack": "13",
112-
"navigator": "5.1.0",
111+
"attack": "18",
112+
"navigator": "5.2.0",
113113
"layer": "4.5"
114114
},
115115
"domain": "enterprise-attack",
@@ -232,8 +232,8 @@ The following example illustrates the layer file format of multiple layers. The
232232
{
233233
"name": "example layer",
234234
"versions": {
235-
"attack": "14",
236-
"navigator": "5.1.0",
235+
"attack": "18",
236+
"navigator": "5.2.0",
237237
"layer": "4.5"
238238
},
239239
"domain": "enterprise-attack",
@@ -350,8 +350,8 @@ The following example illustrates the layer file format of multiple layers. The
350350
{
351351
"name": "example layer",
352352
"versions": {
353-
"attack": "14",
354-
"navigator": "5.1.0",
353+
"attack": "18",
354+
"navigator": "5.2.0",
355355
"layer": "4.5"
356356
},
357357
"domain": "enterprise-attack",

nav-app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nav-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/mitre-attack/attack-navigator.git"
77
},
8-
"version": "5.1.1",
8+
"version": "5.2.0",
99
"license": "Apache-2.0",
1010
"scripts": {
1111
"ng": "ng",

0 commit comments

Comments
 (0)