diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ef4f3a..a4e07e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,13 @@
+
+## [v0.1.6] - 2021-10-01
+### Bug Fixes
+- encoding messages now show the correct file ([92ce723](https://github.com/maxhoesel/MusicBird/commit/92ce723)) [Max Hösel]
+
+### Features
+- **scan:** improve scanning performance by conditionally skipping type determination ([7123c53](https://github.com/maxhoesel/MusicBird/commit/7123c53)) [Max Hösel]
+
+
## [v0.1.5] - 2021-10-01
### Bug Fixes
@@ -34,6 +43,7 @@
- initial fixes ([1565574](https://github.com/maxhoesel/MusicBird/commit/1565574)) [Max Hösel]
+[v0.1.6]: https://github.com/maxhoesel/MusicBird/compare/v0.1.5...v0.1.6
[v0.1.5]: https://github.com/maxhoesel/MusicBird/compare/v0.1.4...v0.1.5
[v0.1.4]: https://github.com/maxhoesel/MusicBird/compare/v0.1.3...v0.1.4
[v0.1.3]: https://github.com/maxhoesel/MusicBird/compare/v0.1.2...v0.1.3
diff --git a/src/musicbird/__init__.py b/src/musicbird/__init__.py
index 1276d02..0a8da88 100644
--- a/src/musicbird/__init__.py
+++ b/src/musicbird/__init__.py
@@ -1 +1 @@
-__version__ = "0.1.5"
+__version__ = "0.1.6"