From 62b6c8871800363ac6c7984aa90183a301e6df8a Mon Sep 17 00:00:00 2001 From: paulstretenowich <31796146+paulstretenowich@users.noreply.github.com> Date: Mon, 27 Jan 2025 17:31:55 +0000 Subject: [PATCH] [create-pull-request] automated change --- CHANGELOG.md | 6 ++++++ project_tracking/__version__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a426b..e5638ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [2.2.0](https://github.com/c3g/project_tracking/compare/2.1.1...2.2.0) + +- Otherwise sometimes some readsets were not ingested [`1a9b3de`](https://github.com/c3g/project_tracking/commit/1a9b3de452926761501d989dcfccf1efa0ad90ab) + #### [2.1.1](https://github.com/c3g/project_tracking/compare/2.1.0...2.1.1) +> 20 November 2024 + - New migration script for Metric value not nullable [`67065db`](https://github.com/c3g/project_tracking/commit/67065db790133836c2a751873ca14b4a5cc795d1) - [create-pull-request] automated change [`8dcdb49`](https://github.com/c3g/project_tracking/commit/8dcdb493463ade196a1451d6dc1799d5356ab26d) - Allowing null value for Metric [`da85b8b`](https://github.com/c3g/project_tracking/commit/da85b8bba936fc425718a796d822a7cff4c89ec7) diff --git a/project_tracking/__version__.py b/project_tracking/__version__.py index 55fa725..04188a1 100644 --- a/project_tracking/__version__.py +++ b/project_tracking/__version__.py @@ -1 +1 @@ -__version__ = '2.1.1' +__version__ = '2.2.0'