diff --git a/CHANGELOG.md b/CHANGELOG.md index f0914f1621..e5113f76d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.50.0](https://github.com/openfoodfacts/robotoff/compare/v1.49.0...v1.50.0) (2024-07-30) + + +### Features + +* switch from PostgreSQL 11 to PostgreSQL 16 ([7cdb0d2](https://github.com/openfoodfacts/robotoff/commit/7cdb0d2003a607b80156f675825a14b2229b2883)) + ## [1.49.0](https://github.com/openfoodfacts/robotoff/compare/v1.48.1...v1.49.0) (2024-07-29) diff --git a/pyproject.toml b/pyproject.toml index be71c870de..7f36bb121f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ ignore_missing_imports = true [tool.poetry] name = "robotoff" -version = "1.49.0" +version = "1.50.0" description = "Real-time and batch prediction service for Open Food Facts." authors = ["Open Food Facts Team"] license = "GNU Affero General Public License v3"