Skip to content

Commit df740e3

Browse files
committed
chore: update changelog
1 parent 259496a commit df740e3

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
## [v0.4.1](https://github.com/DataShades/ckanext-oidc-pkce/releases/tag/v0.4.1) - 2025-08-18
3+
[Compare with v0.4.0](https://github.com/DataShades/ckanext-oidc-pkce/compare/v0.4.0..v0.4.1)
4+
5+
### 🚀 Features
6+
7+
- optionally append access token into userinfo(#9 by @amandazhuyilan) ([259496a](https://github.com/DataShades/ckanext-oidc-pkce/commit/259496ae413212aa0d69915b3e41b2aeec90ce12))
8+
29
## [v0.4.0](https://github.com/DataShades/ckanext-oidc-pkce/releases/tag/v0.4.0) - 2025-03-11
310
[Compare with v0.3.1](https://github.com/DataShades/ckanext-oidc-pkce/compare/v0.3.1..v0.4.0)
411

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ckanext-oidc-pkce"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "CKAN OIDC authenticator with PKCE flow"
99
classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",]
1010
keywords = [ "CKAN", "Okta", "oidc", "pkce", "authentication",]

0 commit comments

Comments
 (0)