Skip to content

Commit e61554b

Browse files
committed
Fix changelog heading levels and add missed PR for v2.2.0
1 parent 216d9e5 commit e61554b

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
1-
# 2.2.0 - 2023-06-12
1+
# Changelog
2+
3+
## 2.2
4+
5+
### 2.2.0 - 2023-06-12
26

37
([full changelog](https://github.com/jupyterhub/jupyter-rsession-proxy/compare/v2.1.0...8a87f3fbb21015927cfb30aec63af791fb0a19bc))
48

5-
## Merged PRs
9+
#### Merged PRs
610

11+
- Prepare 2.2.0 release. [#141](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/141) ([@ryanlovett](https://github.com/ryanlovett))
712
- add float conversion for timeout [#137](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/137) ([@matuskosut](https://github.com/matuskosut))
813
- Fix netloc when rstudio-server inserts port. [#134](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/134) ([@ryanlovett](https://github.com/ryanlovett))
914

10-
## Contributors to this release
15+
#### Contributors to this release
1116

1217
([GitHub contributors page for this release](https://github.com/jupyterhub/jupyter-rsession-proxy/graphs/contributors?from=2022-09-07&to=2023-06-12&type=c))
1318

1419
[@matuskosut](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Amatuskosut+updated%3A2022-09-07..2023-06-12&type=Issues) | [@ryanlovett](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Aryanlovett+updated%3A2022-09-07..2023-06-12&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Awelcome+updated%3A2022-09-07..2023-06-12&type=Issues)
1520

16-
# 2.1.0 - 2022-09-07
21+
## 2.1
22+
23+
### 2.1.0 - 2022-09-07
1724

1825
([full changelog](https://github.com/jupyterhub/jupyter-rsession-proxy/compare/v2.0...v2.1.0))
1926

20-
## Merged PRs
27+
#### Merged PRs
2128

2229
- use NB_USER rather than getpass.getuser() [#132](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/132) ([@vivian-rook](https://github.com/vivian-rook))
2330
- add 10s default timeout and environment varariable [#128](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/128) ([@matuskosut](https://github.com/matuskosut))
@@ -27,13 +34,15 @@
2734
- Add CHANGELOG.md. [#112](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/112) ([@ryanlovett](https://github.com/ryanlovett))
2835
- Add conda install instructions [#68](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/68) ([@xhochy](https://github.com/xhochy))
2936

30-
## Contributors to this release
37+
#### Contributors to this release
3138

3239
([GitHub contributors page for this release](https://github.com/jupyterhub/jupyter-rsession-proxy/graphs/contributors?from=2021-12-01&to=2022-09-07&type=c))
3340

3441
[@ccoulombe](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Accoulombe+updated%3A2021-12-01..2022-09-07&type=Issues) | [@guimou](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Aguimou+updated%3A2021-12-01..2022-09-07&type=Issues) | [@lucianolacurcia](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Alucianolacurcia+updated%3A2021-12-01..2022-09-07&type=Issues) | [@mathematicalmichael](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Amathematicalmichael+updated%3A2021-12-01..2022-09-07&type=Issues) | [@matuskosut](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Amatuskosut+updated%3A2021-12-01..2022-09-07&type=Issues) | [@moschlar](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Amoschlar+updated%3A2021-12-01..2022-09-07&type=Issues) | [@riazarbi](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Ariazarbi+updated%3A2021-12-01..2022-09-07&type=Issues) | [@ryanlovett](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Aryanlovett+updated%3A2021-12-01..2022-09-07&type=Issues) | [@vivian-rook](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Avivian-rook+updated%3A2021-12-01..2022-09-07&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Awelcome+updated%3A2021-12-01..2022-09-07&type=Issues) | [@xhochy](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Axhochy+updated%3A2021-12-01..2022-09-07&type=Issues) | [@yuvipanda](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Ayuvipanda+updated%3A2021-12-01..2022-09-07&type=Issues)
3542

36-
# 2.0 - 2021-12-01
43+
## 2.0
44+
45+
### 2.0 - 2021-12-01
3746

3847
#### BREAKING CHANGES
3948

@@ -47,13 +56,13 @@
4756

4857
* Bump jupyter-server-proxy from 3.1.0 to 3.2.0.
4958

50-
## Merged PRs
59+
#### Merged PRs
5160

5261
* Rewrite /auth-sign-in redirect. [#110](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/110) ([@ryanlovett](https://github.com/ryanlovett))
5362
* Bump to v1.4. [#105](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/105) ([@ryanlovett](https://github.com/ryanlovett))
5463
* Use tmp file for secure cookie [#98](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/98) ([@danielfrg](https://github.com/danielfrg))
5564

56-
## Contributors to this release
65+
#### Contributors to this release
5766

5867
([GitHub contributors page for this release](https://github.com/jupyterhub/jupyter-rsession-proxy/graphs/contributors?from=2021-07-03&to=2021-11-30&type=c))
5968

0 commit comments

Comments
 (0)