Skip to content

Commit e9eed72

Browse files
authored
Merge pull request #58 from consideRatio/pr/changelog-1.1.0
Add changelog for 1.1.0
2 parents deb435d + e9448ed commit e9eed72

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ For detailed changes from the prior release, click on the version number, and
44
its link will bring up a GitHub listing of changes. Use `git log` on the
55
command line for details.
66

7+
## 1.1
8+
9+
### [1.1.0] - 2024-09-17
10+
11+
#### Enhancements made
12+
13+
- default: allow all users if allowed_users is unspecified [#56](https://github.com/jupyterhub/firstuseauthenticator/pull/56) ([@minrk](https://github.com/minrk), [@consideRatio](https://github.com/consideRatio))
14+
- Register authentication class with jupyterhub [#53](https://github.com/jupyterhub/firstuseauthenticator/pull/53) ([@consideRatio](https://github.com/consideRatio), [@minrk](https://github.com/minrk))
15+
16+
#### Continuous integration improvements
17+
18+
- ci: refresh github workflows [#57](https://github.com/jupyterhub/firstuseauthenticator/pull/57) ([@consideRatio](https://github.com/consideRatio))
19+
20+
#### Contributors to this release
21+
22+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
23+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).
24+
25+
([GitHub contributors page for this release](https://github.com/jupyterhub/firstuseauthenticator/graphs/contributors?from=2021-10-28&to=2024-09-17&type=c))
26+
27+
@consideRatio ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Ffirstuseauthenticator+involves%3AconsideRatio+updated%3A2021-10-28..2024-09-17&type=Issues)) | @minrk ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Ffirstuseauthenticator+involves%3Aminrk+updated%3A2021-10-28..2024-09-17&type=Issues))
28+
729
## 1.0
830

931
### [1.0.0] - 2021-10-27
@@ -80,6 +102,7 @@ Disabling the creation of new users with `c.FirstUseAuthenticator.create_users =
80102

81103
* First release
82104

105+
[1.1.0]: https://github.com/jupyterhub/firstuseauthenticator/compare/v1.0.0...v1.1.0
83106
[1.0.0]: https://github.com/jupyterhub/firstuseauthenticator/compare/v0.14.1...v1.0.0
84107
[0.14.1]: https://github.com/jupyterhub/firstuseauthenticator/compare/v0.14.0...v0.14.1
85108
[0.14.0]: https://github.com/jupyterhub/firstuseauthenticator/compare/0.13.0...v0.14.0

0 commit comments

Comments
 (0)