Skip to content

Commit 1e31602

Browse files
Update changelog for v2.4.0
1 parent 322e03b commit 1e31602

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/changelog.md

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

3+
### 2.4.0
4+
- Create a script that can sign certificates with the help of a
5+
[local certificate authortiy](./advanced_usage#local-ca).
6+
- It is now possible to work completely offline.
7+
- We can now create certificates for `localhost`.
8+
- Restructure and add a lot of documentation.
9+
- `openssl` is now a symlink to `libressl` in the Alpine images.
10+
- This is done to simplify the rest of the scripts since the arguments are
11+
the same.
12+
313
### 2.3.0
414
- Add support for [ECDSA][27] certificates.
515
- It is possible to have Nginx serve both ECDSA and RSA certificates at the

docs/dockerhub_tags.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ are updated.
1717

1818
| Major | Minor | Patch | Nginx |
1919
| ----: | ----: | ----: | :----------------- |
20-
| 2 | 2.3 | 2.3.0 | 2.3.0-nginx1.21.0 |
20+
| 2 | 2.4 | 2.4.0 | 2.4.0-nginx1.21.0 |
21+
| | 2.3 | 2.3.0 | 2.3.0-nginx1.21.0 |
2122
| | 2.2 | 2.2.0 | 2.2.0-nginx1.21.0 |
2223
| | | | 2.2.0-nginx1.19.10 |
2324
| | 2.1 | 2.1.0 | 2.1.0-nginx1.19.10 |

0 commit comments

Comments
 (0)