diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11e585be8c8e8b5fa8fa29ec63421ff8f6be719d..1142c54a152ead5f7d5c55f6838fa99d1d5981d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ 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 adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [0.2.1] – 2021-12-07
+### Changed
+- Allow Django 4.0
+
 ## [0.2.0] - 2021-10-24
 ### Changed
 - Provide mechanism to make files in a public namespace accessible without a token.
@@ -31,3 +35,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 [0.1.2]: https://edugit.org/AlekSIS/libs/django-titofisto/-/tags/0.1.2
 [0.1.2.post1]: https://edugit.org/AlekSIS/libs/django-titofisto/-/tags/0.1.2.post1
 [0.2.0]: https://edugit.org/AlekSIS/libs/django-titofisto/-/tags/0.2.0
+[0.2.1]: https://edugit.org/AlekSIS/libs/django-titofisto/-/tags/0.2.1
diff --git a/pyproject.toml b/pyproject.toml
index b4e86797efff201003d4f3c9d9be9081a14e339f..b45359ecc96de6cadfb8e8b2a9131c6ae2409402 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "django-titofisto"
-version = "0.2.0"
+version = "0.2.1"
 description = "Django Time-Token File Storage"
 authors = ["Dominik George <dominik.george@teckids.org>", "Jonathan Weth <dev@jonathanweth.de>"]
 license = "Apache-2.0"