diff --git a/docs/source/reference/changelog.md b/docs/source/reference/changelog.md index 188c45be..45b868c0 100644 --- a/docs/source/reference/changelog.md +++ b/docs/source/reference/changelog.md @@ -10,6 +10,25 @@ command line for details. ## 4.1 +### 4.1.2 - 2024-03-25 + +4.1.2 fixes a regression in 4.1.0 affecting named servers. + +([full changelog](https://github.com/jupyterhub/jupyterhub/compare/4.1.1...4.1.2)) + +#### Bugs fixed + +- rework handling of multiple xsrf tokens [#4750](https://github.com/jupyterhub/jupyterhub/pull/4750) ([@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-23&to=2024-03-25&type=c)) + +@consideRatio ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyterhub+involves%3AconsideRatio+updated%3A2024-03-23..2024-03-25&type=Issues)) | @minrk ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyterhub+involves%3Aminrk+updated%3A2024-03-23..2024-03-25&type=Issues)) + ### 4.1.1 - 2024-03-23 4.1.1 fixes a compatibility regression in 4.1.0 for some extensions,