diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e78c91d98..2d0fae47ba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v8.1.62 (2023-03-08) +------------------------- + * Small z-index tweak + v8.1.61 (2023-03-07) ------------------------- * Tweak simulator placement in new ui diff --git a/pyproject.toml b/pyproject.toml index 51a403f9209..5c3b2c00682 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "8.1.61" +version = "8.1.62" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] license = "AGPL-3"