From f7845092ac59c9e3073a548c335bd1ffbbabbe66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 11:21:00 +0100 Subject: [PATCH] chore(main): release 1.0.0 (#2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Raphaƫl Bournhonesque --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9c029eb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## 1.0.0 (2024-02-16) + + +### Features + +* add basic project structure ([8ee769d](https://github.com/openfoodfacts/nutripatrol/commit/8ee769d3a877f959a2a4f63e2fb4ba744319f892)) +* Add new routes and features for ticket and flag management (CRUD api) ([#15](https://github.com/openfoodfacts/nutripatrol/issues/15)) ([a9c6bf1](https://github.com/openfoodfacts/nutripatrol/commit/a9c6bf156298b4e1985524e1a4b018f6164ca3c1)) +* make nutripatrol production-ready ([#29](https://github.com/openfoodfacts/nutripatrol/issues/29)) ([464a387](https://github.com/openfoodfacts/nutripatrol/commit/464a387e71ec37af7c0446fc4134e70102f1dd51)) + + +### Bug Fixes + +* fix container-deploy.yml config ([89d465d](https://github.com/openfoodfacts/nutripatrol/commit/89d465d12d5a0dd0b687a1fb3b1504b2c2eb9446)) +* fix flake8 error ([3dfe6ae](https://github.com/openfoodfacts/nutripatrol/commit/3dfe6aea84e4df69f658fac61458cd9d4705ec81))