diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de37b4..56a62ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.1.0](https://github.com/openfoodfacts/nutripatrol/compare/v1.0.2...v1.1.0) (2024-03-07) + + +### Features + +* docker nginx conf v1 ([#31](https://github.com/openfoodfacts/nutripatrol/issues/31)) ([e32baed](https://github.com/openfoodfacts/nutripatrol/commit/e32baed9c19a5f9fd72f27ab41948aeee15c1b73)) + + +### Bug Fixes + +* add cors middleware to Nutripatrol API ([#39](https://github.com/openfoodfacts/nutripatrol/issues/39)) ([67de9c6](https://github.com/openfoodfacts/nutripatrol/commit/67de9c6c033044fa1f3abf9fb0ce92e5f6b37f27)) +* expose frontend on / instead of /app/ ([45937db](https://github.com/openfoodfacts/nutripatrol/commit/45937db8f839392aef78b6bd88a9617e56547912)) +* wrong comment ([1ee8d43](https://github.com/openfoodfacts/nutripatrol/commit/1ee8d432f622344e7243646d0f3758a30c5ef606)) + + +### Technical + +* API routes documentation ([#37](https://github.com/openfoodfacts/nutripatrol/issues/37)) ([b977f1a](https://github.com/openfoodfacts/nutripatrol/commit/b977f1a08bcf17e94e4ec8c4b19e9b7e4e16fb05)) + ## [1.0.2](https://github.com/openfoodfacts/nutripatrol/compare/v1.0.1...v1.0.2) (2024-02-22)