From 47f39e7c2ff23f6854492e7f7a56cc4f0d07a704 Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 4 Apr 2024 12:51:26 +0200 Subject: [PATCH] changelog for 4.1.5 --- 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 a6790893..9ad3a112 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.5 - 2024-04-04 + +([full changelog](https://github.com/jupyterhub/jupyterhub/compare/4.1.4...4.1.5)) + +#### Bugs fixed + +- singleuser mixin: include check_xsrf_cookie in overrides [#4771](https://github.com/jupyterhub/jupyterhub/pull/4771) ([@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-30&to=2024-04-04&type=c)) + +@consideRatio ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyterhub+involves%3AconsideRatio+updated%3A2024-03-30..2024-04-04&type=Issues)) | @manics ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyterhub+involves%3Amanics+updated%3A2024-03-30..2024-04-04&type=Issues)) | @minrk ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyterhub+involves%3Aminrk+updated%3A2024-03-30..2024-04-04&type=Issues)) + ### 4.1.4 - 2024-03-30 ([full changelog](https://github.com/jupyterhub/jupyterhub/compare/4.1.3...4.1.4))