Skip to content

Commit

Permalink
Release 1.1.4-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Aug 13, 2024
1 parent cf5652e commit b535e2b
Show file tree
Hide file tree
Showing 4 changed files with 12 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 2024-08-09 09:49:53.408680
__version__ = "1.1.3"
# File auto-generated by semverup on 2024-08-13 10:04:06.281472
__version__ = "1.1.4-rc.1"
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 = "1.1.3"
version = "1.1.4-rc.1"
description = "GrimoireELK processes and stores software development data to ElasticSearch"
readme = "README.md"
authors = [
Expand Down
9 changes: 9 additions & 0 deletions releases/1.1.4-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## grimoire-elk 1.1.4-rc.1 - (2024-08-13)

**Bug fixes:**

* Roles attribute not available on some enrichers\
The 'roles' attribute wasn't available for all the enrichers. The
attribute has been added to the main class 'Enrich' so subclasses will
have it available even when they don't use it.

0 comments on commit b535e2b

Please sign in to comment.