diff --git a/HISTORY.md b/HISTORY.md index f82250f8..704d4424 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # HISTORY -## 2.0.0 (Unreleased) +## 2.0.0 (2022-03-29) ### API Support :robot: @@ -13,6 +13,7 @@ - `Project` class was broken up into smaller utility classes, see the `redcap.methods` module or the API reference on the new docs site - Robust testing infrastructure (`pytest`, `doctest-plus`) with both unit and integration tests, maintained at 100% test coverage, with automated styling and linting checks in CI (`black`, `pylint`) - Gradual typing added, but not yet enforced in CI +- Add _complete fields to payload when requesting survey fields (#149 @forsakendaemon) ### Breaking changes :boom: @@ -27,6 +28,7 @@ - Revamp documentation to `mkdocs-material` style on GitHub pages - Add comprehensive docstrings and doctests to all methods +- Update `delete_records` documentation (#173 @andyjessen) ## 1.1.3 (2021-03-30) diff --git a/pyproject.toml b/pyproject.toml index c03abd38..88e1e010 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyCap" -version = "2.0.0-alpha.1" +version = "2.0.0" description = "PyCap: Python interface to REDCap" authors = ["Scott Burns "] maintainers = ["Paul Wildenhain "]