Skip to content

Commit

Permalink
Release 0.8.0-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jan 23, 2023
1 parent b4edd5a commit fd4a426
Show file tree
Hide file tree
Showing 5 changed files with 23 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 = "0.8.0-rc.7"
version = "0.8.0-rc.8"
description = "A tool to manage identities."
authors = [
"GrimoireLab Developers"
Expand Down
20 changes: 20 additions & 0 deletions releases/0.8.0-rc.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## sortinghat 0.8.0-rc.8 - (2023-01-23)

**Bug fixes:**

* GraphQL client headers updated\
SortingHat client headers are updated adding `Referer` and `Host` to
fix the CSRF token issue.

**Breaking changes:**

* SortingHat as a service\
SortingHat started as a command line tool but, after some years, we
saw its potential and we decided to create a new version of it. Now,
it works as an individual service. This new version provides a new
GraphQL API to operate with the server and a UI web-based app, that
replaces Hatstall, the old UI for SortingHat. Moreover, the new
version adds some features requested long time ago, such as
groups/teams management, recommendations of affiliations and
individuals, or a totally renwed user interface.

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 2023-01-20 15:11:46.708805
__version__ = "0.8.0-rc.7"
# File auto-generated by semverup on 2023-01-23 10:04:20.123658
__version__ = "0.8.0-rc.8"

0 comments on commit fd4a426

Please sign in to comment.