Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jun 11, 2024
1 parent 968b8e6 commit 2033ae2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit 2033ae2

Please sign in to comment.