diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a8c417c0..aeb2d84ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). About changelog [here](https://keepachangelog.com/en/1.0.0/) -## [unreleased] +## [4.62] ### Added - Validate ClinVar submission objects using the ClinVar API - Wrote tests for case and variant API endpoints diff --git a/scout/__version__.py b/scout/__version__.py index db42c01e80..5239e8a76d 100644 --- a/scout/__version__.py +++ b/scout/__version__.py @@ -1 +1 @@ -__version__ = "4.61.1" +__version__ = "4.62"