diff --git a/CHANGELOG.md b/CHANGELOG.md index a748b710f..398253b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## [Unreleased] +## [2.8.10] - 2024-11-13 +- Add project_uuid filter in TicketerQueueViewSet + ## [2.8.9] - 2024-09-19 - Add vtex adds in update-vtex endpoint diff --git a/pyproject.toml b/pyproject.toml index 8aa96ab3b..27f26ce2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "weni-rp-apps" -version = "2.8.9" +version = "2.8.10" description = "Weni apps for Rapidpro Platform" authors = ["jcbalmeida"] license = "AGPL-3.0"