From 9a7a07e40dfbe4f461b74a0d6a1e136e8a8e0854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Due=C3=B1as?= Date: Fri, 2 Aug 2024 11:26:54 +0000 Subject: [PATCH] Release 1.1.2 --- NEWS | 8 ++++++++ grimoire_elk/_version.py | 4 ++-- pyproject.toml | 2 +- releases/1.1.2.md | 7 +++++++ .../unreleased/processed/git-branches-study-fixed.yml | 8 -------- 5 files changed, 18 insertions(+), 11 deletions(-) create mode 100644 releases/1.1.2.md delete mode 100644 releases/unreleased/processed/git-branches-study-fixed.yml 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.