Skip to content

Commit

Permalink
🔖 Bump to 0.19.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Jul 2, 2024
1 parent 08552a5 commit d0630df
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog
=========

0.19.0 (2024-07-02)
===================

Bugfix and cleanup release

* Fixed broken ``SessionRefresh`` middleware
* Removed ``oidc_exempt_urls`` config model fields - these turn out not to be used and
you typically want to specify them in django settings as they are tied to the session
refresh middleware.

0.18.1 (2024-06-18)
===================

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mozilla-django-oidc-db
======================

:Version: 0.18.1
:Version: 0.19.0
:Source: https://github.com/maykinmedia/mozilla-django-oidc-db
:Keywords: OIDC, django, database, authentication

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = "Maykin Media"

# The full version, including alpha/beta/rc tags
release = "0.18.1"
release = "0.19.0"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mozilla-django-oidc-db"
version = "0.18.1"
version = "0.19.0"
description = "A database-backed configuration for mozilla-django-oidc"
authors = [
{name = "Maykin Media", email = "[email protected]"}
Expand Down Expand Up @@ -93,7 +93,7 @@ markers = [
]

[tool.bumpversion]
current_version = "0.18.1"
current_version = "0.19.0"
files = [
{filename = "pyproject.toml"},
{filename = "README.rst"},
Expand Down

0 comments on commit d0630df

Please sign in to comment.