Skip to content

Commit d5209c4

Browse files
committed
Version 2.3.0
1 parent 06e70bc commit d5209c4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.3.0] - 2025-08-24
11+
1012
### Fixed
1113

1214
- Published on PyPi now
1315
- Query userinfo for user data (fixes login with Authelia ≥ v4.39.0)
1416

1517
### Added
18+
1619
- Make user staff based on value of OIDC scope
1720

1821
## [2.2.1] - 2025-02-01
22+
1923
### Fixed
2024

2125
- Include CHANGELOG in manifest
@@ -32,5 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3236

3337
<!-- markdownlint-disable-file MD024-->
3438

39+
[2.3.0]: https://github.com/thegcat/pretix-oidc/compare/v2.2.1...v2.3.0
3540
[2.2.1]: https://github.com/thegcat/pretix-oidc/compare/v2.2.0...v2.2.1
3641
[2.2.0]: https://github.com/thegcat/pretix-oidc/releases/tag/v2.2.0

pretix_oidc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.1"
1+
__version__ = "2.3.0"

0 commit comments

Comments
 (0)