Skip to content

Commit

Permalink
Merge pull request #754 from consideRatio/pr/changelog-headings
Browse files Browse the repository at this point in the history
Make headings etc in changelog consistent
  • Loading branch information
minrk authored Sep 2, 2024
2 parents 0e6a74a + 8bd20ff commit ab1f75e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/source/reference/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ command line for details.

## [Unreleased]

### 16.3.1 - 2024-06-11
## 16.3

### [16.3.1] - 2024-06-11

```{important}
This release includes a security patch for `GlobusOAuthenticator`.
Expand All @@ -29,7 +31,7 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l

@consideRatio ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Foauthenticator+involves%3AconsideRatio+updated%3A2024-03-20..2024-06-11&type=Issues)) | @manics ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Foauthenticator+involves%3Amanics+updated%3A2024-03-20..2024-06-11&type=Issues)) | @minrk ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Foauthenticator+involves%3Aminrk+updated%3A2024-03-20..2024-06-11&type=Issues)) | @yuvipanda ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Foauthenticator+involves%3Ayuvipanda+updated%3A2024-03-20..2024-06-11))

### 16.3.0 - 2024-03-20
### [16.3.0] - 2024-03-20

```{important}
This release includes a security patch for {attr}`.GoogleOAuthenticator.hosted_domain`,
Expand Down Expand Up @@ -904,7 +906,9 @@ It fixes handling of `gitlab_group_whitelist` when using GitLabOAuthenticator.

- First release

[unreleased]: https://github.com/jupyterhub/oauthenticator/compare/16.2.1...HEAD
[unreleased]: https://github.com/jupyterhub/oauthenticator/compare/16.3.1...HEAD
[16.3.1]: https://github.com/jupyterhub/oauthenticator/compare/16.3.0...16.3.1
[16.3.0]: https://github.com/jupyterhub/oauthenticator/compare/16.2.1...16.3.0
[16.2.1]: https://github.com/jupyterhub/oauthenticator/compare/16.2.0...16.2.1
[16.2.0]: https://github.com/jupyterhub/oauthenticator/compare/16.1.1...16.2.0
[16.1.1]: https://github.com/jupyterhub/oauthenticator/compare/16.1.0...16.1.1
Expand Down

0 comments on commit ab1f75e

Please sign in to comment.