diff --git a/NEWS b/NEWS index 4f6f32eb2..2c228c142 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ # Releases +## grimoire-elk 1.1.2 - (2024-08-02) + +**Bug fixes:** + + * Git branches study fixed\ + Git branches study was assigning branches to wrong commits. + + ## grimoire-elk 1.1.1 - (2024-06-21) **Bug fixes:** diff --git a/grimoire_elk/_version.py b/grimoire_elk/_version.py index 902b37942..b42a1af6c 100644 --- a/grimoire_elk/_version.py +++ b/grimoire_elk/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2024-08-02 10:02:52.179712 -__version__ = "1.1.2-rc.1" +# File auto-generated by semverup on 2024-08-02 11:26:54.270338 +__version__ = "1.1.2" diff --git a/pyproject.toml b/pyproject.toml index 589dedb0f..70f7afb43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grimoire-elk" -version = "1.1.2-rc.1" +version = "1.1.2" description = "GrimoireELK processes and stores software development data to ElasticSearch" readme = "README.md" authors = [ diff --git a/releases/1.1.2.md b/releases/1.1.2.md new file mode 100644 index 000000000..91e4718c9 --- /dev/null +++ b/releases/1.1.2.md @@ -0,0 +1,7 @@ +## grimoire-elk 1.1.2 - (2024-08-02) + +**Bug fixes:** + + * Git branches study fixed\ + Git branches study was assigning branches to wrong commits. + diff --git a/releases/unreleased/processed/git-branches-study-fixed.yml b/releases/unreleased/processed/git-branches-study-fixed.yml deleted file mode 100644 index fe25d4aaa..000000000 --- a/releases/unreleased/processed/git-branches-study-fixed.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Git branches study fixed -category: fixed -author: Jose Javier Merchante -issue: null -notes: > - Git branches study was assigning branches to wrong - commits.