Skip to content

Commit eb31c25

Browse files
Merge pull request #2478 from alan-turing-institute/latest
Merge v5.5.1 into develop
2 parents 748c414 + 380dcb8 commit eb31c25

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ All organisations using an earlier version in production should update to the la
77

88
| Version | Supported |
99
| ------------------------------------------------------------------------------------- | ------------------ |
10-
| [5.5.0](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.5.0) | :white_check_mark: |
11-
| < 5.5.0 | :x: |
10+
| [5.5.1](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.5.0) | :white_check_mark: |
11+
| < 5.5.1 | :x: |
1212

1313
## Reporting a Vulnerability
1414

VERSIONING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Additionally, a production instance of DSH is maintained for use by research pro
8484
| 2025 | [v5.4.0](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.4.0) |
8585
| 2025 | [v5.4.1](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.4.1) |
8686
| 2025 | [v5.5.0](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.5.0) |
87+
| 2025 | [v5.5.1](https://github.com/alan-turing-institute/data-safe-haven/releases/tag/v5.5.1) |
8788

8889
## Versions that have undergone formal security evaluation
8990

data_safe_haven/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "5.5.0"
1+
__version__ = "5.5.1"
22
__version_info__ = tuple(__version__.split("."))

0 commit comments

Comments
 (0)