diff --git a/CHANGELOG.md b/CHANGELOG.md index 763d1ea..dce90f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v2.16.0 (2024-12-03) +------------------------- + * Remove input field on run values + * Update dependencies + v2.15.0 (2024-04-16) ------------------------- * Merge pull request #93 from rapidpro/dependabot/pip/black-24.3.0 diff --git a/pyproject.toml b/pyproject.toml index c7a7d36..ace98ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rapidpro-python" -version = "2.15.0" +version = "2.16.0" description = "Python client library for the RapidPro API" authors = ["Nyaruka "] readme = "README.md"