Skip to content

Commit

Permalink
Release 0.104.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jan 10, 2023
1 parent 254e1d5 commit 09744e0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grimoire_elk/_version.py
Original file line number Diff line number Diff line change
@@ -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"
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 = "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 = [
Expand Down
10 changes: 10 additions & 0 deletions releases/0.104.0-rc.3.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 09744e0

Please sign in to comment.