diff --git a/CHANGELOG.md b/CHANGELOG.md index c933792ae3..d5e482d5d5 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.82.2] ### Fixed - Warning icon in case pages for individuals where `confirmed_sex` is false - Show allele sizes form ExpansionHunter on STR variantS page again diff --git a/scout/__version__.py b/scout/__version__.py index 4046fae8b5..a34bc42c52 100644 --- a/scout/__version__.py +++ b/scout/__version__.py @@ -1 +1 @@ -__version__ = "4.82.1" +__version__ = "4.82.2"