diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7325e600..1ba5f52a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.16.0] - 2020-07-15
+### Added
+- answered questions of finished category can be re-seen
+
+### Changed
+- merged landscape view into portrait view
+- app checks for mobile/desktop view and shows only related parts
+- major redesign of answer page (question form is shown with correct/wrong answers)
+
+### Fixed
+- share links
+
## [0.15.0] - 2020-07-13
### Added
- slogan to finished and share link
diff --git a/e_metrobus/__init__.py b/e_metrobus/__init__.py
index f3a9b54f..a828b55d 100644
--- a/e_metrobus/__init__.py
+++ b/e_metrobus/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.15.0"
+__version__ = "0.16.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
diff --git a/e_metrobus/navigation/chart.py b/e_metrobus/navigation/chart.py
index b222721d..2729140e 100644
--- a/e_metrobus/navigation/chart.py
+++ b/e_metrobus/navigation/chart.py
@@ -37,7 +37,7 @@ def __init__(self, figure, **config):
div_id_end = plotly_div.find('"', div_id_start + 9)
self.div_id = plotly_div[div_id_start + 9 : div_id_end]
- self.div = f'