Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v4.2.3 (2025-05-06)

## Features

* Release ATT&CK content version 17.1.
See detailed changes [here](https://github.com/mitre/cti/releases/tag/ATT%26CK-v17.1).

# v4.2.2 (2025-04-22)

## Features
Expand Down
4 changes: 2 additions & 2 deletions data/versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"current": {
"name": "v17.0",
"name": "v17.1",
"date_start": "April 22, 2025",
"changelog": "updates-april-2025",
"cti_url": "https://github.com/mitre/cti/releases/tag/ATT%26CK-v17.0"
"cti_url": "https://github.com/mitre/cti/releases/tag/ATT%26CK-v17.1"
},
"previous": [
{
Expand Down
4 changes: 4 additions & 0 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ Consult these sections as needed for step 5 in the above list.
* Release [ATT&CK content version X.Y](https://github.com/mitre/cti/releases/tag/ATT%26CK-vX.Y).
See the release notes [here](https://attack.mitre.org/resources/updates/updates-<month>-<year>/).
```
* Update the `layer_version` and `navigator_version` in `modules/site_config.py` if navigator version or navigator layer version has been updated.<br>
Check the layer specification version [here](https://github.com/mitre-attack/attack-navigator/blob/master/layers/spec/) and the navigator version [here](https://github.com/mitre-attack/attack-navigator/blob/master/CHANGELOG.md).

### Minor release

Expand All @@ -150,3 +152,5 @@ Consult these sections as needed for step 5 in the above list.
* Release ATT&CK content version X.Y.
See detailed changes [here](https://github.com/mitre/cti/releases/tag/ATT%26CK-vX.Y).
```
* Update the `layer_version` and `navigator_version` in `modules/site_config.py` if navigator version or navigator layer version has been updated.<br>
Check the layer specification version [here](https://github.com/mitre-attack/attack-navigator/blob/master/layers/spec/) and the navigator version [here](https://github.com/mitre-attack/attack-navigator/blob/master/CHANGELOG.md).

Large diffs are not rendered by default.

27,124 changes: 27,124 additions & 0 deletions modules/resources/docs/changelogs/v17.0-v17.1/changelog.json

Large diffs are not rendered by default.

Loading
Loading