Skip to content

Commit 5f3c796

Browse files
committed
3.2.4 release
1 parent ff78128 commit 5f3c796

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## 3.2
22

3+
### 3.2.4 - 2024-06-11
4+
5+
This is a security release for [CVE-2024-35225](https://github.com/jupyterhub/jupyter-server-proxy/security/advisories/GHSA-fvcq-4x64-hqxr).
6+
37
### 3.2.3 - 2024-03-13
48

59
This is a security release for [GHSA-w3vc-fx9p-wp4v](https://github.com/jupyterhub/jupyter-server-proxy/security/advisories/GHSA-w3vc-fx9p-wp4v).

jupyter_server_proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from jupyter_server.utils import url_path_join as ujoin
44
from .api import ServersInfoHandler, IconHandler
55

6-
__version__ = "3.2.3"
6+
__version__ = "3.2.4"
77

88
# Jupyter Extension points
99
def _jupyter_server_extension_points():

jupyterlab-server-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/server-proxy",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"description": "Jupyter server extension to supervise and proxy web services",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)