diff --git a/HISTORY.md b/HISTORY.md index f4a5070..e804936 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,19 @@ # HISTORY +## 2.2.0 (2022-11-17) + +### API Support :robot: + +- Add support for `delete_roles` + +### Package Improvements :muscle: + +- Add check for missing token and url + +### Documentation :memo: + +- Modify instructions for installing `pandas` (optional package dependency) + ## 2.1.0 (2022-04-05) ### API Support :robot: diff --git a/pyproject.toml b/pyproject.toml index d564d49..e72421d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyCap" -version = "2.1.0" +version = "2.2.0" description = "PyCap: Python interface to REDCap" authors = ["Scott Burns "] maintainers = ["Paul Wildenhain "]