From 5030bd07fe46a1dce70155c7214cdc00cd9f801f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:50:16 +0100 Subject: [PATCH] chore(main): release 1.0.1 (#150) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alex Garel --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6776ba..280a1ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/openfoodfacts/folksonomy_api/compare/v1.0.0...v1.0.1) (2023-12-11) + + +### Bug Fixes + +* fix db migration script ([a188613](https://github.com/openfoodfacts/folksonomy_api/commit/a1886131973f088bd3667baa4a4aa9978d6bd167)) +* fix transaction handling + use async everywhere ([#148](https://github.com/openfoodfacts/folksonomy_api/issues/148)) ([36f5f27](https://github.com/openfoodfacts/folksonomy_api/commit/36f5f27c17d87de65560dcff077599e79cbecbaf)) + ## 1.0.0 (2023-04-12)