Skip to content

Commit f40b225

Browse files
committed
bump version to 5.3.0
1 parent 1331d92 commit f40b225

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

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

12-
# Staged on Develop
12+
# 5.3.0 - 15 January 2026
1313

1414
## Improvements
15+
- Updated Docker setup to use `Dockerfile` for production and `Dockerfile.dev` for development. See pull request [#722](https://github.com/mitre-attack/attack-navigator/pull/722).
1516
- Updated Angular from v17 to v19.
1617

18+
## Fixes
19+
- Fixed `gradientRGB` out-of-bounds exception. See pull request [#687](https://github.com/mitre-attack/attack-navigator/pull/687).
20+
1721
# 5.2.0 - 28 October 2025
1822

1923
## Improvements

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.2.0",
8+
"version": "5.3.0",
99
"license": "Apache-2.0",
1010
"scripts": {
1111
"ng": "ng",

0 commit comments

Comments
 (0)