From 6ff155c723b9e789cc699415a33e6f324c912dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Mon, 21 Oct 2024 10:22:14 +0200 Subject: [PATCH] chore(main): release 0.74.4 (#834) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a235e1de2..54083da80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.74.3" + ".": "0.74.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 68dbf0a19..3822a7690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.74.4](https://github.com/BLSQ/openhexa-app/compare/0.74.3...0.74.4) (2024-10-21) + + +### Bug Fixes + +* **datasets:** move the save() in its own try..except ([43bcd1e](https://github.com/BLSQ/openhexa-app/commit/43bcd1e0553ab9f727e1acbc97a70d24f469ef39)) +* **datasets:** return the dataset_file_sample to not break tests ([1da48bd](https://github.com/BLSQ/openhexa-app/commit/1da48bdd29b2d2e65df4b401c4957929a90cd1cf)) +* **datasets:** When saving the sample in DB, we need a custom encoder that supports dates & uuids ([#836](https://github.com/BLSQ/openhexa-app/issues/836)) ([88c0e39](https://github.com/BLSQ/openhexa-app/commit/88c0e396062ebc0ff4833c56dc0defdee42b3029)) + ## [0.74.3](https://github.com/BLSQ/openhexa-app/compare/0.74.2...0.74.3) (2024-10-17)