Skip to content

Commit

Permalink
Bumps version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKs committed Jan 16, 2021
1 parent 74c07c7 commit ae9c578
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========


`1.4.0`_ - 2021-01-16
---------------------

**Features**
* Added support for enterprice app SSO certificates #87
* Added setting to disable user creation #96

**Fixed**
* Dependency compatibility for PyJWT 2.0 #120
* Django 4.0 deprecation cleanup #
* Fixed a bug where IntegrityError could occur if a users groups changed, and multiple requests were done quickly. #95


`1.3.1`_ - 2019-11-06
---------------------

Expand Down
2 changes: 1 addition & 1 deletion django_auth_adfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Adding imports here will break setup.py
"""

__version__ = '1.3.1'
__version__ = '1.4.0'
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 = 'django-auth-adfs'
version = '1.3.1' # Remember to also change __init__.py version
version = '1.4.0' # Remember to also change __init__.py version
description = 'A Django authentication backend for Microsoft ADFS and AzureAD'
authors = ['Joris Beckers <[email protected]>']
maintainers = ['Jonas Krüger Svensson <[email protected]>', 'Sondre Lillebø Gundersen <[email protected]>']
Expand Down

0 comments on commit ae9c578

Please sign in to comment.