diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ec6724d3a7..0d659bc575 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,13 @@ cgap-portal Change Log ---------- +15.3.1 +====== +`PR 769: Use snovault command to update inserts `_ + +* Bring in snovault with updated command and remove nonfunctional version in this repo + + 15.3.0 ====== `PR 761: feat: CGAP components transfer `_ diff --git a/pyproject.toml b/pyproject.toml index be94dbba37..33b4558462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] # Note: Various modules refer to this system as "encoded", not "cgap-portal". name = "encoded" -version = "15.3.0" +version = "15.3.1" description = "Computational Genome Analysis Platform" authors = ["4DN-DCIC Team "] license = "MIT"