diff --git a/grimoire_elk/_version.py b/grimoire_elk/_version.py index a11a9a03e..061c57c9e 100644 --- a/grimoire_elk/_version.py +++ b/grimoire_elk/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2023-01-10 09:19:13.709753 -__version__ = "0.104.0-rc.2" +# File auto-generated by semverup on 2023-01-10 10:57:21.387334 +__version__ = "0.104.0-rc.3" diff --git a/pyproject.toml b/pyproject.toml index aeb0700a8..b769a37cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grimoire-elk" -version = "0.104.0-rc.2" +version = "0.104.0-rc.3" description = "GrimoireELK processes and stores software development data to ElasticSearch" readme = "README.md" authors = [ diff --git a/releases/0.104.0-rc.3.md b/releases/0.104.0-rc.3.md new file mode 100644 index 000000000..5943a9421 --- /dev/null +++ b/releases/0.104.0-rc.3.md @@ -0,0 +1,10 @@ +## grimoire-elk 0.104.0-rc.3 - (2023-01-10) + +**Breaking changes:** + + * Support of SortingHat 0.8\ + GrimoireLab starts using a new version of SortingHat. SortingHat is + now a web service that provides an API to manage identities and + organizations. GrimoireELK now connects to the new SortingHat database + using GraphQL. The previous version of SortingHat is now deprecated. +