From ab37cd7f249abd1cfba8d0cc4319963ae4965e0c Mon Sep 17 00:00:00 2001 From: Min RK Date: Sat, 30 Mar 2024 09:55:16 +0100 Subject: [PATCH] changelog for 4.1.4 --- docs/source/reference/changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/source/reference/changelog.md b/docs/source/reference/changelog.md index b0ab8aa3..a6790893 100644 --- a/docs/source/reference/changelog.md +++ b/docs/source/reference/changelog.md @@ -22,6 +22,23 @@ Contributors to major version bumps in JupyterHub include: ## 4.1 +### 4.1.4 - 2024-03-30 + +([full changelog](https://github.com/jupyterhub/jupyterhub/compare/4.1.3...4.1.4)) + +#### Bugs fixed + +- avoid xsrf check on navigate GET requests [#4759](https://github.com/jupyterhub/jupyterhub/pull/4759) ([@minrk](https://github.com/minrk), [@consideRatio](https://github.com/consideRatio)) + +#### Contributors to this release + +The following people contributed discussions, new ideas, code and documentation contributions, and review. +See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports). + +([GitHub contributors page for this release](https://github.com/jupyterhub/jupyterhub/graphs/contributors?from=2024-03-26&to=2024-03-30&type=c)) + +@consideRatio ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyterhub+involves%3AconsideRatio+updated%3A2024-03-26..2024-03-30&type=Issues)) | @minrk ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyterhub+involves%3Aminrk+updated%3A2024-03-26..2024-03-30&type=Issues)) + ### 4.1.3 - 2024-03-26 ([full changelog](https://github.com/jupyterhub/jupyterhub/compare/4.1.2...4.1.3))