diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3a43116e3..dd70792ff 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,13 @@ dcicutils Change Log ---------- +8.11.0 +====== + +* Add more schema parsing functions to `schema_utils`, including for new properties for + generating submission templates + + 8.10.0 ====== diff --git a/pyproject.toml b/pyproject.toml index 4ea9c75b4..315511b2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.10.0" +version = "8.11.0" description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"