diff --git a/docs/changelog.md b/docs/changelog.md index 36e050c..98d33ef 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,29 @@ # Changelog +## 2.2.0 (2024-06-11) + +### Added + +- Add a user model to `flask.g` with convenience properties ([5bf8808](https://github.com/fedora-infra/tahrir-api/commit/5bf8808>)) +- Add signals to hook into the login and logout process ([68351b6](https://github.com/fedora-infra/tahrir-api/commit/68351b6>)) + +### Changed + +- Ship the licenses files in the sdist ([3e37982](https://github.com/fedora-infra/tahrir-api/commit/3e37982>)) +- Update dependencies ([a122e22](https://github.com/fedora-infra/tahrir-api/commit/a122e22>), + [a581fdf](https://github.com/fedora-infra/tahrir-api/commit/a581fdf>), + [d51d24b](https://github.com/fedora-infra/tahrir-api/commit/d51d24b>), + [0db631e](https://github.com/fedora-infra/tahrir-api/commit/0db631e>), + [c5cd54d](https://github.com/fedora-infra/tahrir-api/commit/c5cd54d>), + [2134e46](https://github.com/fedora-infra/tahrir-api/commit/2134e46>)) + +### Fixed + +- Correct typo in example in index.rst ([b21e87b](https://github.com/fedora-infra/tahrir-api/commit/b21e87b>)) +- Give the github release step access to the changelog ([7bc785d](https://github.com/fedora-infra/tahrir-api/commit/7bc785d>)) + + ## 2.1.1 (2023-10-27) ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 4109004..6ed4a93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flask-oidc" -version = "2.1.1" +version = "2.2.0" description = "OpenID Connect extension for Flask" readme = "README.rst" authors = [