Skip to content

Commit

Permalink
Add changelog for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed May 21, 2023
1 parent 1ec8ffd commit 6d778ad
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,35 @@ The changelog should be updated using the tool `github-activity --heading-level=
To install and configure it, see https:/executablebooks/github-activity#readme.
-->

## 1.2

### 1.2.0 - 2023-05-22

The release adds support for JupyterHub 4, but besides that it doesn't include
new features or bugfixes.

([full changelog](https:/jupyterhub/nativeauthenticator/compare/1.1.0...1.2.0))

#### Maintenance and upkeep improvements

- Add test as optional dependency, refactor fixtures to conftest.py, fix code coverage setup [#245](https:/jupyterhub/nativeauthenticator/pull/245) ([@consideRatio](https:/consideRatio))
- pre-commit: add autoflake, use isort over reorder-python-imports [#244](https:/jupyterhub/nativeauthenticator/pull/244) ([@consideRatio](https:/consideRatio))
- maint: transition to pypi trusted workflow release, put tbump conf in pyproject.toml [#243](https:/jupyterhub/nativeauthenticator/pull/243) ([@consideRatio](https:/consideRatio))
- Add xsrf token to the login, signup, and password changing pages [#239](https:/jupyterhub/nativeauthenticator/pull/239) ([@agostof](https:/agostof))
- Use XSRF tokens for cross-site protections [#236](https:/jupyterhub/nativeauthenticator/pull/236) ([@djangoliv](https:/djangoliv))
- dependabot: rename to .yaml [#235](https:/jupyterhub/nativeauthenticator/pull/235) ([@consideRatio](https:/consideRatio))
- dependabot: monthly updates of github actions [#233](https:/jupyterhub/nativeauthenticator/pull/233) ([@consideRatio](https:/consideRatio))

#### Continuous integration improvements

- ci: pin sqlalchemy 1 on jupyterhub 1 and 2 [#240](https:/jupyterhub/nativeauthenticator/pull/240) ([@minrk](https:/minrk))

#### Contributors to this release

([GitHub contributors page for this release](https:/jupyterhub/nativeauthenticator/graphs/contributors?from=2022-09-09&to=2023-05-21&type=c))

[@agostof](https:/search?q=repo%3Ajupyterhub%2Fnativeauthenticator+involves%3Aagostof+updated%3A2022-09-09..2023-05-21&type=Issues) | [@consideRatio](https:/search?q=repo%3Ajupyterhub%2Fnativeauthenticator+involves%3AconsideRatio+updated%3A2022-09-09..2023-05-21&type=Issues) | [@djangoliv](https:/search?q=repo%3Ajupyterhub%2Fnativeauthenticator+involves%3Adjangoliv+updated%3A2022-09-09..2023-05-21&type=Issues) | [@minrk](https:/search?q=repo%3Ajupyterhub%2Fnativeauthenticator+involves%3Aminrk+updated%3A2022-09-09..2023-05-21&type=Issues)

## 1.1

### 1.1.0 - 2022-09-09
Expand Down

0 comments on commit 6d778ad

Please sign in to comment.