diff --git a/CHANGELOG.md b/CHANGELOG.md index aab6255358d..e92190792a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v8.1.243 (2023-08-03) +------------------------- + * Fix DELETE endpoints in API explorer + * Bump cryptography from 41.0.2 to 41.0.3 + v8.1.242 (2023-08-02) ------------------------- * Update to components with modax serialize fix diff --git a/pyproject.toml b/pyproject.toml index 8dfd68f503d..df6a75136ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "8.1.242" +version = "8.1.243" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "]