Skip to content

Commit

Permalink
Release 1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Apr 12, 2024
1 parent 8b8ef05 commit e45dc98
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
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 = "sortinghat"
version = "1.0.0-rc.2"
version = "1.0.0-rc.3"
description = "A tool to manage identities."
authors = [
"GrimoireLab Developers"
Expand Down
16 changes: 16 additions & 0 deletions releases/1.0.0-rc.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## sortinghat 1.0.0-rc.3 - (2024-04-12)

**Bug fixes:**

* Change password form fixed\
An unused header in the UI made the attempts to change the password
fail. It tried to guess the user from an invalid JWT token when
multitenancy was enabled.

**Dependencies updateds:**

* Django version updated\
Upgrade the Django version from 3.2 to 4.2. Support for Django 3.2
ended at April 1, 2024. This change ensures compability with the
latests features and an extended support.

4 changes: 2 additions & 2 deletions sortinghat/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2024-04-11 10:42:49.397051
__version__ = "1.0.0-rc.2"
# File auto-generated by semverup on 2024-04-12 14:43:15.589631
__version__ = "1.0.0-rc.3"

0 comments on commit e45dc98

Please sign in to comment.