diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b51b5a78e..386ef54d8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,12 @@ snovault Change Log ---------- +11.17.0 +======= + +* Add `/routes` endpoint to return all routes and select item views in the application + + 11.16.0 ======= diff --git a/pyproject.toml b/pyproject.toml index dfb21dbe4..9e0a1dc61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicsnovault" -version = "11.16.0" +version = "11.17.0" description = "Storage support for 4DN Data Portals." authors = ["4DN-DCIC Team "] license = "MIT"