Skip to content

Commit 99234dc

Browse files
🔖 Bump to 1.1.1 and update changelog
1 parent 031e365 commit 99234dc

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22
Changelog
33
=========
44

5+
1.1.1 (2025-11-19)
6+
==================
7+
8+
Hotfix release.
9+
10+
* Fixed OpenID-setting derivation (such as the ``Redirect-URI``) implemented in the
11+
plugin not being respected.
12+
513
1.1.0 (2025-11-18)
614
==================
715

8-
Minor release
16+
Minor release.
917

1018
* [#157] Relocate shared test utility ``keycloak_login`` to ``mozilla_django_oidc_db/tests/utils``
1119
to make sure upstream projects can make use of it

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
mozilla-django-oidc-db
88
======================
99

10-
:Version: 1.1.0
10+
:Version: 1.1.1
1111
:Source: https://github.com/maykinmedia/mozilla-django-oidc-db
1212
:Keywords: OIDC, django, database, authentication
1313

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
author = "Maykin Media"
3030

3131
# The full version, including alpha/beta/rc tags
32-
release = "1.1.0"
32+
release = "1.1.1"
3333

3434

3535
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mozilla-django-oidc-db"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "A database-backed configuration for mozilla-django-oidc"
99
authors = [
1010
{name = "Maykin Media", email = "support@maykinmedia.nl"}
@@ -84,7 +84,7 @@ markers = [
8484
]
8585

8686
[tool.bumpversion]
87-
current_version = "1.1.0"
87+
current_version = "1.1.1"
8888
files = [
8989
{filename = "pyproject.toml"},
9090
{filename = "README.rst"},

0 commit comments

Comments
 (0)